allow access to specific subdir via .htaccess
In the parent directory of my site I 开发者_如何学编程have in the .htaccess
:
Options All -Indexes
Now in parent_dir/images/uploaded/
I want to allow people to view this. How do I do this?
Putting another .htaccess
into the directory in question saying
Options All +Indexes
should work.
精彩评论