A little help with HTML uploading?

  • Thread starter Thread starter Logan L
  • Start date Start date
L

Logan L

Guest
How do you make a certian page your main page? Because when I load mine up it brings up Index of/ then the pages that I have.
 
Rename it to "index". (don't change the file extension!)
Example structure:
-Directory
---index.html (Your homepage)
---page1.html
---page2.htm
---about.htm
-------/files
----------logo.gif
If "index" doesn't work, try "default".
 
Your main page or Home Page needs to have a certain file name to load automatically.

The file name can be :

default.htm
default.html
index.htm
index.html

if using Windows server it could also be index.asp or default.asp
or with an Apache/Unix server it could be index.php or default.php

All of your other pages would then need to be updated to have the Home Page link set to whatever you decide to use.

Sometimes you need to set the index pages in your control panel, but not always necessary.
 
Back
Top