Hello,
i have:
/home/username/public_html/admin/
folder password protected by .htaccess and i need to disable this htaccess password protection for one subdirectory:
/home/username/public_html/admin/subdirectory/
what helped was putting new .htaccess into that subdirectory, the content:
Code:# All access controls and authentication are disabled # in this directory Satisfy Any Allow from all
Bookmarks