This is a discussion on htaccess password promt comes twice within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I configured inserting following in the httpd.conf : <Directory "C:/Programme/Apache 2/htdocs/"> AllowOverride ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I configured inserting following in the httpd.conf : <Directory "C:/Programme/Apache 2/htdocs/"> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory> then configured the .htacess file inserting this AuthUserFile C://Programme/Apache2/htdocs/phpmy/.htpasswd AuthName Sorry! AuthType Basic require valid-user Everything works the password promt comes twice. The first input fails, the second works. why is that ? thanks for any help rolf |
|
|||
|
Rolf Brauser <fastrolf@a1.net> wrote:
> Everything works the password promt comes twice. The first input fails, the > second works. Check your error_log file. Davide -- | WARNING TO ALL PERSONNEL: Firings will continue until morale improves. | | | |
|
|||
|
"Rolf Brauser" <fastrolf@a1.net> wrote in message news:<kEpkc.582550$Or1.75495@news.chello.at>...
> > Everything works the password promt comes twice. The first input fails, the > second works. > why is that ? http://httpd.apache.org/docs/misc/FA...prompted-twice Joshua. |
|
|||
|
Thanks for the link, I did all that but there is the same problem. a.. Always use the trailing slash when requesting directories; b.. Change the ServerName to match the name you are using in the URL; and/or c.. Set UseCanonicalName off. rolf |
|
|||
|
"Rolf Brauser" <fastrolf@a1.net> wrote in message news:<ortkc.583461$Or1.35292@news.chello.at>...
> Thanks for the link, I did all that but there is the same problem. > > a.. Always use the trailing slash when requesting directories; > b.. Change the ServerName to match the name you are using in the URL; and/or > c.. Set UseCanonicalName off. > rolf As was already asked, what does your error log say? Give us an internet-accessible URL that shows the problem along with a user/password. Joshua. |