Google Cache Problem..

Discussion in 'Google' started by delhiseo, Jan 6, 2008.

  1. #1
    Hi All

    I have a problem oF google cache in my website
    my site open in browesr with default url http://nqaqsr.us
    and all the pages of my site are cached with www prefix.

    To resolve this problem can i use 301 redirection without www url to with www url in all the pages . pls provide me the redirection code for my site or at domin level i set the redirection without www url to with www url.

    Which method is best for redirection OR Is there any other way to resolve this problem pls tell me
     
    delhiseo, Jan 6, 2008 IP
  2. suzipatrik

    suzipatrik Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try this
    http://www.isitebuild.com/301-redirect.htm
     
    suzipatrik, Jan 7, 2008 IP
  3. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Options +FollowSymlinks
    RewriteEngine on 
    RewriteCond %{HTTP_HOST} ^nqaqsr.us$ 
    RewriteRule ^(.*)   http://www.nqaqsr.us/$1  [QSA,L,R=301]
    
    Code (markup):
    This redirects nqaqsr.us to www.nqaqsr.us.

    Jean-Luc
     
    Jean-Luc, Jan 7, 2008 IP