Where do i put my main html page?

john yap

New Member
Messages
3
Reaction score
0
Points
0
Pls. help me guys, this is my first to create a website, ive done created my webpage but i dont know how to appear it when i go to my domain name ex. www.mysite.com, i uploaded all my files in cpanel but when i go to my domain ex. www.mysite.com, it wont appear instead the index will appear. tank you so much. . .i wait for your response. im apologize for my english.
 

misteraka

New Member
Messages
1
Reaction score
0
Points
0
I had issues with that earlier, I brought up the ftp server and went to "public_html" and put the page i created there and labeled it "index" it showed up and worked but the pics wouldn't work...(probably because I didn't script it I'm guessing?)

so I searched and found out that I could use Reptile from the cPanel under software and I created the page that way.... hope that helps
 

john yap

New Member
Messages
3
Reaction score
0
Points
0
what you mean "label"? im confuse where to put my mainpage.html to the cpanel, tnx!
Edit:
oh i get it i just rename my mainpage.html to index.html
 
Last edited:

zeppfrog

New Member
Messages
15
Reaction score
2
Points
0
Above he tried to steer you to cPanel and the website builder there (its under the heading Software) a very nice way to get a site up fast.

if you want to load your own html into the webserver, then place your index.html or default.html in the public_html folder via file manager, ftp client, etc etc

hope that helped,

tag my rep if you need to
 

greenwichx3

New Member
Messages
2
Reaction score
0
Points
0
Hey, I'm having problems with the same thing. I'm a total newbie.

I made a file called "index.html" in the /public_html folder. But when I go to my site (http://mysitename.co.cc), my page says stuff about ".co.cc is available." Also, on the index page, I want to use pictures. I uploaded some pictures in a folder called "/images". How do I post them to the main page?

I think it's like <img src=" something?? ">

Thanks so much in advance.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
If your site is mysitename.co.cc then it is loading perfectly to me. And regarding the image
Code:
<img src="url" />
this is the way to write,
if you are new to html then better learn html at http://www.w3schools.com/html/default.asp
 
Last edited:
Top