Hi,
I checked the htaccess file and see lots of duplicates of the mod_rewrite block inside. How can this happen?
Does it have impact on WP or BPS?
<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
Cheers, Jan
-
This topic was modified 8 hours, 57 minutes ago by
AITpro Admin.