BPS and WSPC .htaccess Fix


BPS .htacess Before

As I logged in This message was displayed in the BPS admin section! So I thought it would be “easy” to fix this issue! Just copy and paste the code like the “Message” says! Easy! Not really! See the Solutions Tab for a Fix!

BPS .htacess After


The Message went away once I “performed” the fix! Following the “Message” partially!

Solution!


The issue was that there were “two” .htaccess files generated on the server: 1) By BPS module 2) Other by WSP! So at first I did “exactly” what the message stated! But, the issue was still there! So, after playing around with both .htaccess files I realized that  file#1 (1) did not have the suggested WPSC mod_rewrite rules! Instead the rules were written in the file#2 (2) that was in the root folder (public_html). Therefore, I copied the line begining with “# BEGIN WPSuperCache” till “# END WPSuerCache” and pasted it under “# END WordPress”. After reloading the page the message went away! Go figure! Hope this solutions helps ANYONE using the same modules! Post a comment to let me know if using this method resolve the same issue for you? Ofcourse I am leaving all .htaccess files where they were for extra security!