hi there,
im trying to setup htaccess passwd authentication,
currently, when a user types in the correct id/pass it directs to the correct page.
But when an invalid pair is entered, instead of reprompting (and after 3 invlaid attems redirect to the authorization error page), it goes to the correct URL but gives a blank page.
Here is my htaccess file:
any help will be great
AuthName "members only"
ErrorDocument 401 /401.php
AuthUserFile /AuthGroupFile /dev/null
AuthType Basic
Options -Indexes
require valid-user
ErrorDocument 401 /401.php
im trying to setup htaccess passwd authentication,
currently, when a user types in the correct id/pass it directs to the correct page.
But when an invalid pair is entered, instead of reprompting (and after 3 invlaid attems redirect to the authorization error page), it goes to the correct URL but gives a blank page.
Here is my htaccess file:
any help will be great
AuthName "members only"
ErrorDocument 401 /401.php
AuthUserFile /AuthGroupFile /dev/null
AuthType Basic
Options -Indexes
require valid-user
ErrorDocument 401 /401.php