Hi,
my .htacces file looks like this,
".htaccess" 5 lines, 174 characters
AuthUserFile '/opt/local/apache/conf/passwd'
AuthGroupFile /dev/null
AuthName "Restricted Area - Enter UNIX Login ID"
AuthType Basic
require valid-user
When i open the web-page,it prompts for entering the user-id/passwd. When I click OK with-out entering any values..thrice.. the page opens up.
Basically the authentication breaks... let me know where i am making the mistake.. which allows failed login attempts to open the page. any settings to be done in httpd.conf ?
my .htacces file looks like this,
".htaccess" 5 lines, 174 characters
AuthUserFile '/opt/local/apache/conf/passwd'
AuthGroupFile /dev/null
AuthName "Restricted Area - Enter UNIX Login ID"
AuthType Basic
require valid-user
When i open the web-page,it prompts for entering the user-id/passwd. When I click OK with-out entering any values..thrice.. the page opens up.
Basically the authentication breaks... let me know where i am making the mistake.. which allows failed login attempts to open the page. any settings to be done in httpd.conf ?