• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quick directory indexing question for webheads

bigd480

Golden Member
the FTP space my university provides doesn't show the index of the directory when you just go to the directory (http://server/directory/subdirectory/)

i know to get it to show the index you would have to change some web server option, but is there a way to write my index.html file so it shows a listing of the files in that directory with links to them?

i have a page there now that accomplishes this but it'd not dynamic (everytime I upload a new set of files I have to rewrite page)

anyone know how to fix this?
 
perhaps you can just set a batch file to output the a index text file dir > index.txt





dam(just a thought)
 
I'm sure ASP/PHP would be able to do that for you.. as well as CGI.
I don't know what the web server would allow you to do though.
ASP/PHP probably won't be that big of a help because the web server
probably doesn't support it. How about CGI though? You can write
a little script for it to list directory contents.

Other than that... heh, try getting the web administrator to allow
directory browsing I guess.
 
i've never used CGI scripts, any good resouces to cut/paste from?

i've been lookin at ZDnet and devshed to no avail
 
Back
Top