|
-
Apr 20th, 2005, 07:46 AM
#1
Thread Starter
Fanatic Member
Main page index,
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?
-
Apr 20th, 2005, 08:39 AM
#2
Addicted Member
Re: Main page index,
You can also have other extensions such as .php .asp etc etc
-
Apr 20th, 2005, 08:44 AM
#3
Frenzied Member
Re: Main page index,
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
If I have been helpful please rate my post. If I haven't tell me!
-
Apr 20th, 2005, 10:10 AM
#4
Re: Main page index,
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?
-
Apr 20th, 2005, 10:27 AM
#5
Thread Starter
Fanatic Member
Re: Main page index,
 Originally Posted by mendhak
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!
-
May 5th, 2005, 12:19 AM
#6
Thread Starter
Fanatic Member
-
May 15th, 2005, 09:13 AM
#7
Thread Starter
Fanatic Member
-
May 15th, 2005, 11:07 AM
#8
Fanatic Member
Re: Main page index,
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...}]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|