- Tuesday, March 10, 2009, 17:58
- How-To
- 10,774 views
When a web browser is pointed to a directory on your web site which does not have an index.html file (or any other index file) in it, the files in that directory can be listed on a web page.
Let us see few snippets that can be added in htaccess file to allow or avoid directory listing in apache server.
Enable / Disable directory Listing
To allow a ...
Full story