htaccess is updated every time
-
I don’t have this plugin installed anymore and every x time the htaccess gets updated to this even if I delete the htaccess, any idea why?
# BEGIN All In One WP Security #AIOWPS_CUSTOM_RULES_START <Files *.php> Order Allow,Deny Deny from all </Files> <FilesMatch "(index|wp-login|shop)\.php$"> Order Allow,Deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> #AIOWPS_CUSTOM_RULES_END # END All In One WP Security
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘htaccess is updated every time’ is closed to new replies.