Is it possible to change the default page that Apache uses when displaying the directory contents? Basically, right now if one browsed to a directory they'd see: I'd like to be able to include a header/footer to wrap a template around it, and make the default file view a little prettier
Yes, you can ---> SET FRAME TOP = header.htm MIDDLE = http://site/directory (without indexing file) BOTTOM = footer.htm Have fun
This is for setting the default page for Apache2: http://tokenposts.blogspot.com/2010/10/apache2-directoryindex-linux.html