Jump to content

overridiing htaccess


hame22

Recommended Posts

Hi

 

Not sure if this is the right forum but here goes..

 

I have a htaccess file that uses basic authentication to protect my admin system, however there is one sub-domain that I wish to remain publicly accessible. How can I allow this.

 

My htaccess file is as below

 

AuthUserFile /usr/local/home/httpd/vhtdocs/fenman/web_tjhrd/.htpasswd

AuthGroupFile /dev/null

AuthName "Password Protected Area"

AuthType Basic

 

<limit GET POST>

require valid-user

</limit>

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/40672-overridiing-htaccess/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.