Page 1 of 1

Directory/File listing

Posted: Mon Oct 23, 2006 3:51 am
by OsiViper
Ok i am trying to find a way to replace a file listing when i browse to a directory full of files and i dont want to have to edit apaches mod-autoindex.c module.

I just want to be able to make a php page that looks like the directory listing of apache (when you goto a directory on a webserver with no htm/php files, only misc files) and be able to alter it to what i want it to look like (e.g. change color, remove info - add info, etc.)

If anyone could give me some info on how to do this i would greatly appreciate it :)

Posted: Mon Oct 23, 2006 3:56 am
by s.dot
look into readdir() ;)