Tutorial: How to make Apache's file indexing page less boring

Joined
May 31, 2009
Messages
203
Reaction score
3
Points
18
Location
Vancouver, Canada
Your Mac's Specs
15" Unibody (Jan 09)
I didn't like how plain and boring Apache's file indexing pages looked, so I went in search of a way to spiff them up a bit, and I finally found it.

By adding the following line to your httpd.conf, you can style the page with a CSS stylesheet:

Code:
IndexStyleSheet "/path/to/stylesheet.css"

See my example here: Index of /random

Just thought I'd share for those interested.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top