Showing files in a directory
by admin on Jan.20, 2012, under DirectAdmin
If you want to list all files in a directory that doesn’t use an index.html (or index.php) file, you can create an .htaccess file with the following contents:
Options +Indexes
This will tell apache that you want to list all files in the directory.
Related posts:
- Running CGI script from any directory or via /~username/cgi-bin In order to force apache to allow cgi script to...
- cgi files generate Internal Server Error This means that the cgi script did not execute properly....
- Apache stops responding but is running A few things that could cause that are: Possible Causes:...
- Updating Apache to the latest version You can check the current version of apache by running...
Related posts brought to you by Yet Another Related Posts Plugin.
