Indexgen - a php driven CSS styled sortable directory index * it makes pretty looking apache directory index listings 24 Sept 2008 - Andrew Farris Released under GPLv3 - see indexgen.php for details Using the index: The file 'indexgen.php' is a script that will be run when a directory index is needed, and it will create an html/javasript + css directory listing sent directly to the browser. To use the script, you need to link indexgen.php in every directory you want to use it in. For instance, to have the directory 'test' use the script, you need an index.php file inside the 'test' directory: ln indexgen.php ./test/index.php Use hardlinks rather than symlinks or some web servers may not correctly set the current directory so the script can read the files present there at the address requested. You also need to have the include files available to the script, in the ./inc/ directory. That should be present at the top level of your site, so for www.lordmorgul.net the include directory is www.lordmorgul.net/inc/. Finally, you also need the ./i directory to be at the top level of the site as well, so that for www.lordmorgul.net the images are at www.lordmorgul.net/i/. To get php-indexgen to use on your site, download: http://www.lordmorgul.net/pub/php-indexgen/php-indexgen-v1.zip Unzip the file, and you'll see this directory's contents.