Recently, I have tried implementing BPS on two sites and they have both broken in the same way. I add my custom code to the third window down in the custom code area, like so:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^ashevillecommunityyoga\.com$ [NC]
RewriteRule ^(.*)$ http://www.ashevillecommunityyoga.com/$1 [L,R=301]
RewriteBase /
RewriteRule ^index\.php$ - [L]
Then, I create default.htaccess file, then secure.htaccess file. Then, I active security mode for website root folder, selecting BulletpProof Mode. Then, when I do it for wp-admin folder it kicks me out and won't let me log back in. I'm not sure what's going on. Is there something wrong with my code?
I have used this same code schema for the last several sites I've done and activated BPS without trouble Thanks.