Forum Moderators: phranque
I'm talking about indexes generated by server, when there is no index file in a particular directory, that display the contents of that directory in a normal or fancy way.
Where can I find the code that does this on the server, in what language is it written and, can modify it to suit my needs?
If you could add a few words about how the server create those indexes, that would be perfect
thanks
The index pages produced by Apache are built using mod_autoindex [httpd.apache.org].
In order to alter their appearance, you can use the IndexOptions directive, and you also can specify a header and readme file (which appear above and below the index respectively, and apply styles within the header file, for example with CSS.