quote:
Originally posted by xen0h
i already have my server set up
Are you running Apache? In that case the easiest thing is use
mod_autoindex to create something like
http://random.menthix.net/
If you're lazy, and you want it to look exactly like mine:
- Have mod_autoindex enabled in the server config. It should be by default, so don't worry about that.
- Download http://random.menthix.net/MenthiXs_fancy_autoindex.zip
- Extract it, and upload the 4 files to the folder that you want to have autoindex on (subfolders will automatically be autoindexed too)
- If you are autoindexing the rootfolder of your site everything should work now.
- If the autoindex is not in the rootfolder of your site, open .htaccess for editing, and change line 3 and 4 to the correct absolute path... after that open .header.html and change line 6 to the correct absolute path.
- Edit everything else as you wish .
Let me know how it worked / when you have questions.