There is a website which allows directory browsing; I know this for sure because I can browse directories where there is no default page.
There is a directory which I want to browse, but it instead has a default page, so that page is displayed if I type the URL in my browser, or if I click on that directory when browsing the directory above it (which, as said, allows browsing).
How can I ask the web server to send me the directory listing instead of the default page?
I'm currently using Internet Explorer, but I don't mind using another browser if IE is not up to the task.
23 Answers
You can't.
In the standard configuration of all popular web servers, the term "allows browsing" only applies when the directory in question does not have a default page, to avoid introducing a large security hole.
(In some configurations (for example, DirectorySlash off in Apache2), displays the index page while returns the index, but this is very rare.)
The browser used does not matter; all they do is send a HTTP request and display returned data. It's entirely up to the server whether to display the index or the default page.
4Sometimes you can browse a directory that has a default or index file. The only way I have found to do so is to find a sub directory on the site that lacks a default or index file and then traverse from there. For instance say you're on an image site you might get a listing by clicking on an image and then removing the image file name from the url and pressing enter. Of course this won't work if listing is disabled.
You can. User Online Tools like URL Fuzzer. There are also a few download managers that will browse web directories for you.