Well I just got my website here: http://www.mockmob.frih.net/
But now I dont know what to do. I want help with phpbb and stuff... help...
But now I dont know what to do. I want help with phpbb and stuff... help...
| RedStar wrote: |
| Well I just got my website here: http://www.mockmob.frih.net/
But now I dont know what to do. I want help with phpbb and stuff... help... |
| minikiltman wrote: |
| Hmm..
This was me when i got mine. I never knew what to do, i thought it was a straight forward. I suggest you delete the Domain and Learn HTML come back and do it again. -=Mkm |
| Bondings wrote: |
| My advise would be to first take a look at your control panel(it's called DirectAdmin), try out some of the options and maybe read the help files. ( http://www.site-helper.com/ )
If you're done with that, go to the file manager in DirectAdmin and then locate the 'root' directory of your website. There should be a shortcut to it (public_html), but it is located in /domains/mockmob.frih.net/public_html/ . This might seem complicated, but after a while, you'll get used to it. Anyway, in that directory there will be an index.html file. It's the page you see when you access your subdomain: http://www.mockmob.frih.net/ . That's the file you need to edit/change in the first place. It should become the home page of your domain/website. (you can also rename it to index.php if you want to use php in the future) In the index.html or index.php file, you just have to write all the content of your home page (html coding). You will probably also put a link to other pages, either located in the same directory ( like http://www.mockmob.frih.net/about.html ) or in a subdirectory (like http://www.mockmob.frih.net/pictures/page1.html ). You can just create those pages in the same public_html or public_html/pictures/ directory. In the second case, you'll first need to make a pictures directory. |