|
xx75vulcan -> RE: If Home page and INDEX page are same thing how can they have different PR (7/27/2006 13:11:30)
|
For every web directory, there are (usually) two files that the web server will look for and declare as the "home page" So, you can have a www.example.com/default.htm file and an www.example.com/index.htm file. Which one is displayed depends on your server's ordering. To check this, open IIS >Web Sites > Your_Site_Name >Right Click "Properties" > Documents Tab Then look at the list of files in the box. The order they appear, is the order your server looks for default files. Example: if your list looks like :default.htm, index.htm, default.asp then your server will use those documents first as the "home page". It will use the first one on the list, and when it can't find it, it moves to the second one, and so on. If it finds the first one, it will ignore all the others.
|
|
|
|