hame22 Posted March 1, 2007 Share Posted March 1, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.