Tuesday, January 30, 2007

allowing subdirectory access with .htaccess on Apache

Another bit of documentation that should be more obvious online:
If you have a directory on an apache webserver that is protected by a .htaccess script and you want to allow access in one of its subdirectories, simply create a .htaccess file in the "allowed" directory with the text.

Allow from all
Satisfy Any

Thanks to Pascal over at nano-rails who's correct solution showed up on as google hit #79.

Labels: ,

1 Comments:

Anonymous Anonymous said...

Wooo that works, ty

3/03/2007 11:33 AM  

Post a Comment

<< Home