Does 6.7.0 edit the htaccess file?
-
My htaccess file was changed to
# 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
This first line blew up my web server with error 500. Nothing else changed on my site besides updating this plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Does 6.7.0 edit the htaccess file?’ is closed to new replies.