Monday, October 25, 2010

Hosting own webserver without static IP

Hosting own server always a risky and expensive job but if u don't know hosting process you don't know any thing in real environment.Hosting is a process where we connect our own server to the web and people can access my site from my own server not any other.So here your responsibility is not only development but also to secure server.
This tutorial will teach you how can we publish own website -
1-) In the first step you'll create your website , it may be in any language.
2-)Now the next step, u have to purchase own Domain name like www.example.com . here example.com is your domain name.Domain price depend on the name like .com,.net,.org etc.
You can purchase it from godaddy or other.The payment can be done by VISA or MASTER card only .
3-)If u r not able to host own server u can purchase hosting environment and it depend on the language which u've used in web development.
if u have 24hours internet connection and a old computer u can create own webserver by installing Server program like APACHE and other and then u'll make environment according to your web application.If your website is written in PHP then u've to install Linux and then LAMP.
Linux is more secure as compare to other.
4-)Now the next step, u've to purchase Static IP for your Internet connection.and connect that server to your internet.In india BSNL,AIRTEL,MTNL etc provide Static IP.You can purchase from these.
5-)Now the final stage is to set your IP to that Domain which u purchased from Godaddy or other.They provides option to set your static IP for that Domain.
Now your server is ready to accept request from all over world.
If u don't have money to set own webserver due to Static Ip don't mind there is a another option
you can use http://dyndns.dk/ service. If u r using Broadband or other connection most of the time u'll get different IP when u start your internet .So http://dyndns.dk/ provides fascility where they'll give u domain name and u'll get register on this.Now whenever u'll start your system http://dyndns.dk/ will record your IP with your Domain name and when any user request for page first it'll go to the http://dyndns.dk/ with your Domain and then that request will come to your server.
Enjoy webhosting without Static IP....

No comments:

Post a Comment