Is it possible to directory browse an online folder that has an "index.html" file in it?

Jothaxe

Golden Member
Apr 5, 2001
1,274
0
0
For example, I have directory browsing enabled on my website, but if I try to browse root then IE5 just opens up the default html file it finds there.

Is there a browser setting that allows me to disable this default action?

-jothaxe
 

Delusion2001

Banned
Feb 13, 2001
1,370
0
0
hmmmm...........i would say no

but there may be some cracks out there for that

but conventional use.....no
 

Jothaxe

Golden Member
Apr 5, 2001
1,274
0
0


<< hmmmm...........i would say no

but there may be some cracks out there for that

but conventional use.....no
>>




Yeah, I havent figured out a way to do it, and I have looked through all the browser settings in IE5. I just thought I might be overlooking something.

-jothaxe
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
it's done server side, you can a.) rename your current index file, or b.) modify your .htaccess (for apache). i don't know what you do for winnt, but i'm sure you can do something.
 

Jothaxe

Golden Member
Apr 5, 2001
1,274
0
0


<< it's done server side >>



So in other words, are you saying its not possible to send a request to the server to browse the directory, in stead of loading the default html document in that directory?

-jothaxe