Htaccess 500 Error
-
Hi Frederick!
I love W3TC, it has been working great on my site for over a year (LifeCoachSpotter.com).
But the last week it has been taking my site down every day and resulting in a “500 Internal Server Error”. The .htaccess file keeps getting erroneously re-written, as you can see below.
How do I fix this?
Kindly let me know.
Thanks in advance for your help!
Tom Casano
# BEGIN W3TC Browser Cache <IfModule mod_deflate.c> <IfModule mod_headers.c> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress /svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json <IfModule mod_mime.c> # DEFLATE by extension AddOutputFilter DEFLATE js css htm html xml </IfModule> </IfModule> # END W3TC Browser Cache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Htaccess 500 Error’ is closed to new replies.