Forum Moderators: open
Is there a way to view the root level of sites ignoring index.html pages and having the browser show a directory structure of what all is on the server?
This is for research and I know sites with directory snooping off wont allow it but many will. Any programs or commands that could enable this thru a browser basically ignoring index.html pages and just showing a file structure?
Thanks
Dazed
As I understand things, if you send a request for site.com the server, not your browser, redirects it to site.com/index.html if the file exists, or to a filename of the user's choice. It is only if there is no index file that you have a chance to see the directory structure.
Note that I may well be wrong, this is just my interpretation of what I have seen and read.
The only way of possibly changing this would be to contact your webhost.
I'm not sure how they set it up, but they are running Apache, so it may be an option in the Apache config. I think you could also do it with .htaccess, but I'm not certain.
I've never seen any way to get around it and view the directory structure (which, IMO, is great -- I don't want people browsing around and finding unlinked pages, trial stuff that isn't ready for publication, &c).
Jordan