Width or Without WWW
Most of you must have experienced the dilemma of determining domain, "good / should use www or without www ...?" What exactly is the difference? And if you are a blogger, you certainly never read the terms of use google on the www and non-www in a domain, because both are completely different.The following explanation MBI version (multibisnisindo).
In fact maybe you've even experienced frequent typing the domain with the www or without www, both leading to the domain / website of the same. It's true .... it is not wrong. Perbadaanya layout is the pagerank domain / website itself, or in other words "who suffered losses" as a result of this difference is the owner of the domain name / website. If you have a domain without the www, and user type your domain to use www. Then the pagerank results of these users will not apply to your domain, and vice versa.
Read about Create the website please
To get around / fix the problem, there are two ways. You can choose one or both of you customkan. If you select one of the custom, I suggest to choose the first way (1).
1. We can tell Google that both domains it is the same, for that you need a Google account.
Log in to http://www.google.com/webmasters/tools.
Register your domain with www and without www, example "www.multibisnisindo.com" and "multibisnisindo.com"
Verify these two sites, with the instructions that you get from google.
Still on google / webmaster / tool, sign on the dashboard of your domain and domain adjust the settings to your preference, whether you want to use www atao without www.
To know the result you are trying to access domain with the www prefix and without the www prefix, when both lead to the same domain (as you would expect in the previous step), means you have succeeded. For example visit multibisnisindo (mbi), try typing in your browser www.multibisnisindo.com and also try to multibisnisindo.com then they certainly lead to www.multibisnisindo.com
Read to About SEO
2. The second way to add a line of code in the .htaccess.
Login / login in cpanel hosting, open home_directory (public_html), click / select the .htaccess file and click edit.
Then add the code below:
RewriteCond% {HTTP_HOST}! ^ Www. RewriteRule ^ (. *) $ Http: //www.% {HTTP_HOST} / $ 1 [R = 301, L]
So the position of the code as follows:
RewriteCond% {HTTP_HOST}! ^ Www. RewriteRule ^ (. *) $ Http: //www.% {HTTP_HOST} / $ 1 [R = 301, L] RewriteEngine on