Hi,
I'm having trouble password protecting a page using Cpanel. I have a wordpress blog that has it's own htacess rewrite rules as follow:
><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
When I enable password protect from Cpanel, I don't see any changes in the htacess file. Furthermore, I now get re-directed to a 404 page.
If I turn off password protection, I can access the page just fine.
Just an example of the page I'm trying to protect:
http://domain.com/photos
my blog's address is
http://domain.com/index.php