Hello,
I'm planning to move my web site from another host to my Lunarpages account. I want to make sure that if any search engine spiders hit my site during the move that they will be directed to the same page on the new site. During the transition, I am planning to use 301 redirects in .htaccess on the old site to direct people to the new site.
However, while the DNS is propogating, I don't want spiders to not be able to find the new site just because that spider can't see the DNS update yet. So I'm thinking the best thing to do is put the IP address in the redirect, like so:
redirect 301 somepage.htm http://111.111.111.111/somepage.htm
Does anyone have an opinion on whether this is a good technique? I am concerned about a search engine losing track of my domain name, but I suppose if that happened the spider would catch on to what's happened once the DNS changes are fully propagated. Does that sound right?
Also, if the new domain on lunarpages is an addon domain, how do I find out the IP address to the addon domain. I can't find a place in CPanel that reveals it to me. I can't ping it because the DNS has not been pointed to lunarpages yet. Assuming I can get the IP address for my addon domain, can I assume that this is my permanent IP address for this domain, even after the DNS has been pointed at lunarpages?
Thanks,
Dan