I started making a website for one of my relative and had to refresh my memory on how to get it up and running.
Here is how simple way to do it
2) web hosting server
3) Some html page.
2) For web host server, I chose www.50webs.com/ which is my favorite free web hosting server for almost 5 years now.
Other options are using wordpress or blogger or some paid servers like hostgator
3) HTML code
open note pad , copy below code and save it as "index.html"
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Hope you website must be up & running soonHere is how simple way to do it
Ingredients needed :
1) Domain name2) web hosting server
3) Some html page.
How to get them
1) I registered my domain at http://www.bigrock.in/, You can get a domain name at other popular sites like godaddy.com / net4.in2) For web host server, I chose www.50webs.com/ which is my favorite free web hosting server for almost 5 years now.
Other options are using wordpress or blogger or some paid servers like hostgator
3) HTML code
open note pad , copy below code and save it as "index.html"
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Steps to do at Bigrock website
- Login to ur domain provider (say you have purchased domain name hello.com)
- click on your domain and choose website manager or similar options
- update nameserver to point to your webhost in this case its dns1.50webs.com and dns2.50webs.com check pic4
- Once you have set nameservers wait for an hour or so and check domain provider website again Check picture fig5 below, It indicates some warnings ignore them (these warnings are an indication that nameservers are recognized)
- Mean proceed to next section where we upload files to web host
Pic4: Set name servers |
Fig5: Ignore these errors |
Steps for uploading files to webhost (50webs.com in this case)
- Create login and log into 50webs.com
- Go to domain manager -> my domains -> hosted domain -> host domain
- Create a domain name exactly same as your website name (purchased with bigrock ex: hello.com). Having same name will help 50webs resolve DNS to your website for all incoming traffic that comes to your domain purchased at bigrock.
- Copy the index.html file we saved previously in to file manager for the newly created domain in step3
- Wait for 1-2 hours for DNS and NS to recognize ur website
- In my case it took1 hour but it might take upto 24 hours for DNS to be working properly
Drop a link to ur site when you have created using my blog
It makes me feel proud :)
No comments:
Post a Comment