I was able to have my password protected file working. However, since I am trying to use pretty permalinks like /%categry%/%postname%/, but when I click on the links at my blog, I get a not found error page.
Thank you.
Hello:
I have the same issue, plus, I am loosing control of a password protected page.
What I mean is that when I add the code, I get to the page where I should be delivered, but when I try to access the password protected page, I am also redirected to the blog.
‘<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule> ‘
Can someone tell me why is my htaccess file overriding my password protected page? How can I fix this if possible.
Thank you.