Hi there.
I have a htaccess file with the following entry:
and when I access this website, I get a prompt for user/pass.
When I type the correct entry, it directs me to the index.php file correctly.
However, if I type in a wrong pw, it doesn't prompt me again, and goes to a blank error page instead.
Am I missing any apache config here?
Many thanks in advance!
I have a htaccess file with the following entry:
Code:
AuthName "Members Only"
AuthType Basic
AuthUserFile /[URL unfurl="true"]www/www.site.com/.htpasswd[/URL]
AuthGroupFile /dev/null
require valid-user
Options -Indexes
and when I access this website, I get a prompt for user/pass.
When I type the correct entry, it directs me to the index.php file correctly.
However, if I type in a wrong pw, it doesn't prompt me again, and goes to a blank error page instead.
Am I missing any apache config here?
Many thanks in advance!