how to not show "hiding index of /blah/"
when i hit the url site.com/images, i see my image listing! so i added indexingore* to the htaccess file in root to hide all listing..
but now when i hit site.com/images, i see
Index of /static
Name Last modified Size Description
Apache/2.2.14 (Ubuntu) Server at
how can i not show this page? or redirect to a default page?
do i do a redirect in the htaccess file? but if i want to apply this to 10 other directories, does that mean i have to add a redirect for all those 10 directories?
2 Replies
Or you can put a generic index.html file in each directory.
Something like:
Remember to apply this within