Question

sethpiper's avatar

How to host a site on my domain?

Asked by sethpiper (1points) | asked 1 month ago | 3 responses | “Great Question” (0points) | Flag as…

I have set up a new web page on start.io at http://www.start.io/sethpiper. But I cannot figure out how to host this under a domain I purchased. I know it can be done because this person did it—-> http://www.stumblepeach.com

Observing members: 0 Composing members: 0

Answers

wenn's avatar

make and html file called “index.html” paste this in..

<html>
<head>
<title>Seth Piper</title>
<link rel=“shortcut icon” href=“http://sites.google.com/site/istumblepeach/images/favicon.ico”>
</head>
<frameset border=“0” rows=“100%,*” cols=“100%” frameborder=“no”>
<frame name=“TopFrame”
scrolling=“yes” noresize src=“http://start.io/sethpiper”>
<frame name=“BottomFrame” scrolling=“no” noresize>
<noframes>
</noframes>
</frameset>
</html>

change the “Seth Piper” inside the <title></title> to whatever you want, leave everything else.

save and upload to your domain in the root folder. usually called “public_html”.
I changed it to load your start.io, it should work

phoenyx's avatar

(You’ll probably want to use your own favicon, or just remove that line altogether)

Otherwise ^

ratboy's avatar

Where did you purchase your domain name?

Answer this question

Login

or

Join

to answer.
Your answer will be saved while you login or join.

Have a question about something? Ask Fluther!