Job Track:
Other:
me on twitter:
@metarobert
BeTwittered Home:
32Hours.com
The next BeTwittered:
zoop
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} arlesnet.com$
RewriteRule ^(.*)$ http://robert.arlesnet.com/$1 [R=301,L]
If you want to use this for your own site, all you need to change is the domain info in the 3rd and 4th lines. Line 3 is has the domain name you want to capture. Line 4 is where you want the visitor or search engine to be directed to. The 'R=301' sets this to be a permanent change. Presumably, search engines will get the hint.