Change to .htaccess
-
My .htaccess file changed overnight; the change occurred between # BEGIN WordPress and # END WordPress. As far as I am aware, I am the only one with access to that file, other than the hosting company who advise they “never make any changes to the internal files of any customer’s website”.
The change was from:
# 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
to:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
Can anyone advise what impact that change will have and whether I need to be concerned?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change to .htaccess’ is closed to new replies.