I currently have a working .htaccess password protected website.
here is .htaccess file in the _________________________________
AuthName "By Invitation Only"
AuthUserFile /AuthGroupFile /Require valid-user
<Files ~ ^\.ht>
Order allow,deny
Deny from all
</Files>
_________________________________
My question is:
What do I need to make a subdirectory ( not password protected while leaving the rest of the site protected?
here is .htaccess file in the _________________________________
AuthName "By Invitation Only"
AuthUserFile /AuthGroupFile /Require valid-user
<Files ~ ^\.ht>
Order allow,deny
Deny from all
</Files>
_________________________________
My question is:
What do I need to make a subdirectory ( not password protected while leaving the rest of the site protected?