I have changed my site's domain and host.
The URL structure is the same.
I added this to the top of old wordpress installation .htacess
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http ://OLD-DOMAIN/$1 [R=301,L]
I set the 301 on google webmasters tools from old domain to new domain.
It has been just a week since I've made all the changes, so it is still quite a mix on the serp. Some queries only return new domain, others old domain, but most are returning both.
I know that this is normal, and that it may take up to several months to google only return the new domain.
The old site is on a limited space disk host account, so I would like to deleted it.
My question is:
What can I delete and what should I keep on the server, so the crawlers can "read" the 301 from the .htacess?
I just wish to keep the minumin necessary so the 301 takes effect, and save disk space.
Thank you.
The URL structure is the same.
I added this to the top of old wordpress installation .htacess
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http ://OLD-DOMAIN/$1 [R=301,L]
I set the 301 on google webmasters tools from old domain to new domain.
It has been just a week since I've made all the changes, so it is still quite a mix on the serp. Some queries only return new domain, others old domain, but most are returning both.
I know that this is normal, and that it may take up to several months to google only return the new domain.
The old site is on a limited space disk host account, so I would like to deleted it.
My question is:
What can I delete and what should I keep on the server, so the crawlers can "read" the 301 from the .htacess?
I just wish to keep the minumin necessary so the 301 takes effect, and save disk space.
Thank you.