Results 1 to 4 of 4
ok here is the problem,
when ever i logging to my password protected webpage it asks me for my password twice . I have know idea what to do because ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-22-2004 #1
need help with apache password configuration
ok here is the problem,
when ever i logging to my password protected webpage it asks me for my password twice
. I have know idea what to do because i'm new to apache. What should i do.
If i should provide any aditional information tell me.
Thanks in advance.
- 10-22-2004 #2
after entering it the second time does it take it or does the password not work?
maybe post the contents of your .htaccess file that you are using
- 10-23-2004 #3
After i enter password for the second time it opens the page i want to see, so yeah it works.
Here are contents of my htaccess file:
AuthType Basic
AuthName "Welcome to password protection"
AuthUserFile /home/i1201b25/httpd/password/.htpassword
require valid-user
This is where the webpage is:
/httpd/htdocs/underconstruction/index.html
Document root is set to htdocs
Thanks for the reply.
- 10-27-2004 #4
ok i figured it out for my self. It's the way it should work, because of how web browsers work.


Reply With Quote
