Title: borvik's Replies | WordPress.org

---

# borvik

  [  ](https://wordpress.org/support/users/borvik/)

 *   [Profile](https://wordpress.org/support/users/borvik/)
 *   [Topics Started](https://wordpress.org/support/users/borvik/topics/)
 *   [Replies Created](https://wordpress.org/support/users/borvik/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/borvik/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/borvik/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/borvik/engagements/)
 *   [Favorites](https://wordpress.org/support/users/borvik/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal Error – wp-settings.php, line 268](https://wordpress.org/support/topic/fatal-error-wp-settingsphp-line-268/)
 *  [borvik](https://wordpress.org/support/users/borvik/)
 * (@borvik)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-wp-settingsphp-line-268/page/2/#post-1137681)
 * This was happening to me as well – though I was not using a .htaccess file.
 * I was attempting to build a mod_rewrite class in php (404 handler) for IIS6. 
   Yes I know there are some snippets out there, but I wanted one that could handle
   the same rules xml that IIS7 used, and be very generic.
 * I found that if I included the WordPress index.php file from within a function
   in my modRewrite class, it failed with this error – but when I included it in
   a global scope (outside of the class) it worked just fine.
 * Just thought I’d share my findings.

Viewing 1 replies (of 1 total)