.htaccess keeps getting filled up
-
My .htaccess log keeps going on a writing loop and fills it up with:
#
# 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
over and over again causing a 500 internal server error, or it will start writing “WORDPRESS” under this, starting backwards so sometimes, “S” “SS” “ESS” and so on.
Any idea to make this stop going on a writing loop?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘.htaccess keeps getting filled up’ is closed to new replies.