Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

double prompting basic auth

Status
Not open for further replies.

dingleberry

Programmer
Dec 13, 2002
143
US
Hey,

I'm using basic authentication to access a directory on my bsd server. At any rate, the url for the directory is
now if I type that in the way it is above with no / at the end, I get prompted twice for username and password. With the / at the end, I get prompted once. I've looked through the history logs, and found this to be an issue of some concern for most people, but no one has offered a fix in httpd.conf for the way the directory is set up. very strange. Anybody know the actual syntax to

<Directory &quot;/home/iculus/public_html/home/studiocentral&quot;>
Options Indexes FollowSymLinks
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>

to prevent this from happening regardless of /?

Thanks,
dingle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top