How do you make your server not show the file being accessed in the brower command line?

BowDown

Banned
Jun 2, 2000
2,197
0
0
I have my own server running windows 2000... How do I set it up to not show the "default.html" or whatever file is being accessed? By default it loads a default.html file... so those are hidden when accessing a directory, but if I switch to a default_2.html file it shows...

Anyone know how?

Thanks :).
 

Lord Evermore

Diamond Member
Oct 10, 1999
9,558
0
76
Use frames...make the default file contain frames with links to the real pages, so they've always got the default.html showing in the toolbar. That won't work all the time though. :) I don't think you can completely stop the browser from ever displaying what file is being shown.
 

BowDown

Banned
Jun 2, 2000
2,197
0
0
Hmm. I see what you're refering too... Anyway I can make a frame by itself? I don't really like frames... but if I can make just one frame and use it like a normal frame with link direction (<a href=&quot;&quot; target=&quot;main&quot;></a>).