so i have apache setup on my localhost, and i want to style the file browser. You know like if you go to a directory it will say INDEX OF YOUR/DIR/ and list all the dirs and files and you can click on them right. Where is that code located. I tryed looking through the file structure and everything but still couldn't figure it out.
....obviously this is just for fun, so any suggestions are welcome!
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html is the module that controls it. You can specify a file to look for that will supply the headers and footer (Readme directive.) These are the only way that I know of the style it, however apache is simply reading a file.
hmmm wierd, I'm doing everything to docs tell me to do, still doesn't change a thing. I even took the HeaderName right out of the config and it didn't change anything.