I have a project that has .htaccess Authentication but i want to remove it for a certain assets folder.
i tried adding a htaccess in that folder with :
AuthType none
Satisfy Any
Allow from All
Order Allow, Deny
but it doesnt seem to work :( Any thought on this. Thank you so much
Edit The directory i am trying to unprotect is not a real directory, but a rewrite rule. I dont have access to httpd.conf