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!

htaccess question

Status
Not open for further replies.

axman505

Technical User
Jun 20, 2001
489
US
I have the following htaccess file:

Order Deny,Allow
Deny from All
Allow from 192.168.0
AuthType Basic
AuthName "Axman's Website"
AuthUserFile /path/to/.htpasswd
require valid-user
Satisfy Any

What i need to do is allow acces to a certian file no matter what in this same directory. I cannot figure out how to get the one file excluded from the .htaccess password authentication. Any suggestions?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top