Tagged Questions
0
votes
1answer
369 views
Use mod_rewrite to create custom directory index in Apache
So, Apache's default directory listing sucks and mod_autoindex's customisation options suck, so I figured I could write some rewrite rules in my server root to redirect any requests to a directory:
...
0
votes
3answers
1k views
Simple script to replace Apache's mod_autoindex with a user-friendly directory listing
The Apache module mod_autoindex generates "directory indexes" that show users a crude hyperlinked list of the files and directories inside a directory (when there is no index.html or other ...