PDA

View Full Version : htaccess password question


AlexV
06-12-2009, 07:23 PM
Probably an easy one...

I have password protected my /admin forlder on my site (with .htaccess).

What if I want to allow access to everybody on /admin/public?

What the htaccess would look like in /admin/public?

Thanks!

AlexV
06-12-2009, 09:34 PM
Solved my problem with:

Allow from all
Satisfy Any