Jump to content

Google cache takes old domain


shah_ankitb

Recommended Posts

Hello Friends,

 

Few months ago i have domain

 

abc.ca

 

now we have redirected all urls from .ca to .com so url will be

 

abc.com

 

htaccess code as below

 

RewriteEngine On

RewriteCond %{HTTP_HOST} ^abc.ca$ [NC]RewriteRule ^(.*)$ http://www.abc.com/$1 [L,R=301]

 

I don't know why google cache page still showing abc.ca in cached page instead of abc.com

 

any one having idea?

 

abc.ca domain is still open because we have old urls.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...