Please help…recurring permalinks / .htaccess problem
-
I need urgent help.
I activated the filosofo home-page control plugin last night, and it completely killed my site. I deactivated the plugin and it didn’t help. But I noticed a change in my .htaccess file, so I deleted that, and everything was working fine. For about 15 minutes.
It seems that even thought the plugin is deactivating, wordpress is continually adding the same code to my .htaccess file, which keeps killing my site.
The code that it is adding is this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Does anyone know how I get it to stop doing this? It’s a very important day for my site (the relaunch), and my site keeps going down. Not good.
Thanks in advance.
When looking for the cause, I noticed that the .ht
The topic ‘Please help…recurring permalinks / .htaccess problem’ is closed to new replies.