JoMama1
10-17-2003, 04:15 AM
does anyone know of a nice php script or something to list the files in a directory rather than the list apache creates when you dont include an index file?
![]() | View Full Version : file listing JoMama1 10-17-2003, 04:15 AM does anyone know of a nice php script or something to list the files in a directory rather than the list apache creates when you dont include an index file? sprintserve 10-17-2003, 08:21 AM It depends on the settings of the server. Is it your server? For example if safe mode is on, or if system cmds are restricted, your php script would not work. (It can be done though) JoMama1 10-17-2003, 07:37 PM nah its not my server but I have pretty much full access to it. biggulp 10-17-2003, 08:12 PM might want to take a look at this http://www-uxsup.csx.cam.ac.uk/courses/apache/student.html#apache.conf.dirs |