Hi I m new here. I have my site http://mcgillteak(dot)com but its appearing in Google without www. What I should do now ? Its having PR 2. Please help me. Thanks in advance.
Hi thanks for reply. I have developed my site in asp.net. I don't know how to do 301 redirect. Can you please explain how its done ?
Visit below link, may be this one will be helpful for you. http://www.stepforth.com/resources/web-marketing-knowledgebase/non-www-redirect/
Redirect to www (htaccess redirect) Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed) Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] Please REPLACE domain.com and www.newdomain.com with your actual domain name. Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.
Thanks to all for your help. Its done. Can anyone tell me after how many days I can see that my site is redirected permanently. Because still its showing without www.
Hi Rodeger, Thanks for reply. But can you please tell me how I can write robots.txt because I haven't yet specified anything in robots.txt..