Forum Moderators: phranque
Thanx in advance,
Cyph3r
Welcome to WebmasterWorld!
In your .htaccess file, if you add the following line, it should allow the file-listing index:
Options +Indexes
Make sure the include the + sign, so that you are adding an option, and not resetting all of them. You can also add this value to the httpd.conf file. More information can be found in the Apache documentation: [httpd.apache.org ]
Chad