How to make you website accessible without www in the URL (example: yoursite.com instead of www.yoursite.com)

The website URL without www is called as "NAKED DOMAIN"

but many times hen we build any new website it shows error if we try to access our site without 'www', so to solve this, either we need to set up A records manually with the target IP address in the DNS setting of the web host or use a third party service.
Doing it with the first way is a bit complex task and may create some confusions. Using the third party service is the best way for beginners, it redirect naked domain to the complete URL of the website (with WWW)


The service is provided by http://wwwizer.com/

One question may arise in your mind that how this redirect works (yoursite.com to www.yoursite.com) ?
The answer is every visitor to your "naked domain" (example.com) will be redirected to www.example.com. It is done with HTTP 301-redirect, and all parameters and full path is preserved.


Proceure:

               Just point your naked domain to 174.129.25.170 and it will be redirected to the same domain with www in front that means,
All you need to do to redirect visitors from example.com to www.example.com is: point your naked domain A-record to the IP address 174.129.25.170. And it will start to work as soon as your DNS updates.

I hope you will definately do it for the sake of convenience of the visitors of your website, good luck!


No comments:

Post a Comment

What you wanna say?