apache
Apache
The Apache HTTP Server is the poorly named but common web server that my web host uses.
Customise Directory Listing
First you need to make sure you can see directory listing.
You will need to make sure indexes are publicly accessible. One was is to create an .htaccess in that directory and include the line Options +Indexes
Some other options you can include are:
IndexOptions+SuppressHTMLPreamble+FancyIndexingIndexStyleSheet “stylesheet.css”HeaderName header.shtmlReadmeName footer.html
See Also
apache.txt · Last modified: by rjt
