htaccess changing with update?
-
ever since I updated to the new 2.03, it keeps changing the format of my htaccess file. Before I had it set up with modrewrites so that I can attempt to block spammers and robots. It is just a little change, but apparently it is enough to break those modrewrites so that they don’t work. This of course is causing me to get bombarded by these people again…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPresssomehow it is getting changed to….
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I hae not done this myself and it all started once I upgraded to this supposedly better version 2.03…
is there a way to keep wordpress from changing this like that?
Thank you
- The topic ‘htaccess changing with update?’ is closed to new replies.