Forum Moderators: phranque
Welcome to WebmasterWorld!
This is a fairly simple exercise using Apache mod_rewrite. Since you don't appear to have a specific question, the documents cited in our Forum Charter [webmasterworld.com] will probably help you get going.
Jim
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/robots\.txt [NC]
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]
[edited by: jdMorgan at 3:06 am (utc) on April 29, 2006]
[edit reason] Formatting [/edit]