www and non www domain.

1:58 AM

(0) Comments

Some of you might didn’t notice that there is a different for www.domain.com or domain.com. Nowadays, most of the internet user didn’t use www in front the domain. Easier for the users to access the web by just typing the domain name in the address bar without www.

What actually the different? The different is some of the search engine will assume the www and non www web page is different. It might be affect your web ranging in the search engine result. If your webs stay on the top, the chance you to make money or get notice by your visitor are very high. So, it up to you either you still want to stick with www or moving into www. The decision in your hand.

Most of the hosting provider had automatically set the redirect the www page to non www page. What should you do if your hosting provider didn’t redirect your www domain to non www. You can do the redirect from www to non www domain. For example; http://www.abc.com to http://abc.com. Just use the script below on your .htacess

########## Redirect non-www to www version of site
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*)
http://www.%{HTTP_HOST}/$1 [R=301,L]

kaitor

0 Responses to "www and non www domain."

Post a Comment