PDA

View Full Version : html index


jerryt1952
09-20-2001, 06:45 AM
Hi everyone,

I signed up for the 100megs3.com, and I am still stumped on the index html. I did download the support manual, and read the section in regards to the html index, and still don't understand it.
Can someone please tell my where I can find a sample of a index html file, or please give me an idea how to do.

Thanks
Jerry

nsr81
09-20-2001, 07:30 AM
index file is the first file a web browser will try to load or server will try to serve when some one accesses your website.
In other words, it's the first page anyone will see when he/she types in www.yourdomain.com .

index.htm or index.html is a simple html file that you will have to create yourself. Although you can make it as complex as you want.

If you want an example, visit any site with www.domain.com and www.domain.com/index.html , you will see they both are the same.

Hope it helped.

avg-joe
09-20-2001, 01:56 PM
All you really need to do is take whichever page you are using for your startup page and rename it "index.html". any page you are using as your home or splash page will work, just rename it!

Hope that helps some! :)