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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache .htaccess

Status
Not open for further replies.

patrickconway

Technical User
Joined
Sep 25, 2007
Messages
2
Location
IE
I have created .htaccess files to request a username and password to access applications deployed on apache

How do I configure .htaccess file to allow all local private ips to access the apache server, but ask all public ips for username and password?


 
Thanks, but this didnt work.

I added in the allow from and satisfy any, and got an internal server error when tried to load the page in the browser

I also tried it with Order allow, deny but it didnt resolve the issue

This is on Mac OS X b.t.w if that makes a difference

Also the .htaccess in the "root" directory is being ignored even though there is an AllowOverride
 
You should ask again in the Apache forum. This is a configuration issue with apache, not a application deployment issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top