Hi experts,
I have two laptop,both Win7 64 bit.To demostrate some POC,configured apache(2.2.16),and wrote links in PPT,when clicking a picture in PPT,then guide user to the localhost web site.The issue is we can't log in in one computer,but can log in in another computer, and all the files are same copy.
Here is the http.conf configruation:
<Directory "D:/poc/benchmark/design/mainone">
AuthType Basic
AuthName "Restricted Files"
AuthBasicProvider file
AuthUserFile D:/poc/benchmark/design/.htpasswd
Require valid-user
</Directory>
<Directory "D:/poc/benchmark/design/maintwo">
AuthType Basic
AuthName "Restricted Files"
AuthBasicProvider file
AuthUserFile D:/poc/benchmark/design/.htpasswd
Require valid-user
</Directory>
Any suggestion would be helpful,thanks in advance.
Tom