when u upload a html file and u want it to be home how do u keep it from beeing mysitename.frihost.net/homepage.html i want the home page just to be like mysitename.frihost.net
help me plz
| Bender1337 wrote: |
| when u upload a html file and u want it to be home how do u keep it from beeing mysitename.frihost.net/homepage.html i want the home page just to be like mysitename.frihost.net |
If you like to make it without difficulty, only rename the homepage to index, if you like to make homepage the default, Go to cpanel, find Redirects, Add Redirect, but I like more the index...
make it as a index file and put it in the root folder , this will make it default page
Yep as they said name the page index.html, and stick it in root.
Root folder meaning the WEB root (/public_html/), not the main root folder
or use .htacess
.
| Code: |
| DirectoryIndex homepage.html |
