Server load problems with “rewriteengine” code – help?
-
I am running WP 2.0.1 on a pretty busy site. My hosting company noticed that the following line of code was absolutely killing my server and slowing it down to a crawl:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Does anyone know exactly what this code does? If I disable it, my server runs quite a bit better but it breaks the links to all of my secondary WP pages. What gives?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Server load problems with “rewriteengine” code – help?’ is closed to new replies.