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.
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: Programming, solution
1 Comments:
Wooo that works, ty
Post a Comment
<< Home