MyBB Community Forums

Full Version: How to create a home page "answer to this"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
To create a home page go to your cpanel like x10 is mine follow me cpanel>sign in>file manager now goto public_html then create folder called home.php because there is a index.php so it cant be named that but. Once you do create it then edit it and find a way to redirect the link to goto homepage instead index.php. 
To get to homepage.php 
Try http://moddingserious.x10host.com/home.php of course mine is home.php people could be useing hostgator.com godaddy.com its the same but free hosting 
x10hosting.com

Tutorial by mrmod
Hi, is there an option to try this out with a free version? I mean like not actually having to set up an account and pay for it?
(2015-10-09, 09:10 PM)bocaratonsh Wrote: [ -> ]Hi, is there an option to try this out with a free version? I mean like not actually having to set up an account and pay for it?

Yes https://x10hosting.com it has cpanel and 100 mb of free hosting trt my aboved steps for home page
or you could make a custom page without plugin, then use htaccess to make that file the main file.

#Alternate default index pages
DirectoryIndex first.html index.htm index.html index.php

you can change it what ever you wish to be the first page. if you wanted portal it would be:
#Alternate default index pages
DirectoryIndex portal.php index.php index.html index.shtml index.htm