BWPS
-
Since almost year ago .htacces getting messed with this plugin so i disabled most of tweaks and in htacces file missing next code `# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress`
just to mention i use this on my subdomain.
Is it possible to be fixed that?
- The topic ‘BWPS’ is closed to new replies.