is there a way to force a site to show an index page?? Like where it says Index of... ie : could you say www.vb-world.net/:index or something?? Just curious...
Printable View
is there a way to force a site to show an index page?? Like where it says Index of... ie : could you say www.vb-world.net/:index or something?? Just curious...
try this:
www.web-site.com/index.htm
That's not what he means. He means a file index.
So the answer's no, since it's up to the server what it returns -- if you set it to you could get an index, but it's very insecure.
What?Quote:
Originally posted by parksie
That's not what he means. He means a file index.
So the answer's no, since it's up to the server what it returns -- if you set it to you could get an index, but it's very insecure.
I don't understand that.