views:

23

answers:

0

Hi Im trying to move a webpage from one domain to another.

Is there some way of doing the following, when a user gets into my page.

  • Enters domainOld.com/aUniquePage.html

  • Display domainOld.com/WeAreMoved.html

  • Redirect 301 domainNew.com/aUniquePage.html

Would that be possible with a .htacess and would google understand the 301 redirect?

EDIT not Robots.txt but .htaccess of cource.