BPS .htacess Before
BPS .htacess After
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!

