简体   繁体   中英

How do I get my HTML files online?

I've built a couple of web pages in HTML. How do I go about getting them on the internet so that I can type in my website name and see the files. I've bought the "domain name" I want from godaddy but I don't understand how to put my files on it. Thanks, Rob.

You have to get hosting set up. Buying the domain name is the first part, but you now have to buy hosting so that your files have a place to live. After you have hosting (which is just a computer/server somewhere that you put files on) you have to point your domain name to your webhost by setting the nameservers at GoDaddy to the ones your new webhost gives you. There's a lot more info on this stuff at Syntaxxx.com . I hope this helps.

Upload them via ftp to your domain's/account's root directory or just use the built-in Godaddy file uploader if you have some hosting plan with Godaddy. If you don't, sign up for a free web hosting service and make sure your Godaddy domain forwards to that free hosting service's address for your site. Godaddy can do the forwarding in such a way that when you go to www.yourdomain.com, even if it's forwarding to www.00freehosting.com/something/you, it can still just say www.yourdomain.com. Also, make sure you have an index.html or index.php, which is the default file that will be looked for when you navigate to a page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM