PDA

Click to See Complete Forum and Search --> : Main page index,


Ruku
Apr 20th, 2005, 07:46 AM
Hello there people, I'm programming a web leecher in Vb.net, but I just need to know something to complete my program:

What are all the possibilities for main pages index?

For instance, "index.html", "index.htm", "home.html" "home.htm", etc?

:wave:

BIOSTALL
Apr 20th, 2005, 08:39 AM
You can also have other extensions such as .php .asp etc etc

dj4uk
Apr 20th, 2005, 08:44 AM
Anything you like as long as the web server knows about it! In IIS you can add to the list of default documents and choose their priority over each other.

DJ

mendhak
Apr 20th, 2005, 10:10 AM
I don't know the code for this, but isn't is possible to query a web server and return the name of the default page being served?

Ruku
Apr 20th, 2005, 10:27 AM
I don't know the code for this, but isn't is possible to query a web server and return the name of the default page being served?

Don't know, but I sure would like to know!

And I know what your sayin' BIOSTALL, that's why I need some kind of dtb to help me enumerate all possibilities if I can't find anything that mendhak is referring to...

I once did a web browser using the ol' vb6 control, but I NEVER found how to get the adress of a new page browsing when the webpage is being redirected (without user interaction). Having an insivisble web browser would be an alternative, but I can't manage to control the damn redirection adresses, so....


HEEEELP! :confused:

Ruku
May 5th, 2005, 12:19 AM
*bump*

Ruku
May 15th, 2005, 09:13 AM
*zump*

ALL
May 15th, 2005, 11:07 AM
i know my fourms i have the main page set to "YaBB.pl" to which i set in the .htaccess file on my server, but the most often used ones are:

index.[html, php, cgi, asp, pl, htm, jsp, {exc...}]
default.[html, php, cgi, asp, pl, htm, jsp, {exc...}]
{and}
main.[html, php, cgi, asp, pl, htm, jsp, {exc...}]