PDA

View Full Version : display directory tree in a webpage


Lucia
09-17-2002, 03:48 AM
how can i display a server directory tree (with subfolders) in a webpage?(unless FTP view...)

Thanks !

BoR|S
09-17-2002, 10:11 AM
If your host allows you it, just type the path of the directory you want to see i.e.
http://www.website.com/directory/

veedee
07-09-2004, 06:39 PM
If your host allows you it, just type the path of the directory you want to see i.e.
http://www.website.com/directory/

it can't be done if index page is stay in http://www.website.com/directory/

azlatin2000
07-10-2004, 03:20 PM
So many people have asked me that question that i found a php script that does the job.

http://www.phpfreaks.com/quickcode/Recursive_Directory_Display/271.php

Or you can set .htaccess to let you display a directory listing, but make sure to delete default.* and index.* or whatever your hosts index page is.