Page is a not externally linkable
JohnKelly - 1:44 pm on Apr 6, 2005 (gmt 0)
RewriteEngine on This will prevent duplicate content issues with Google.
Make sure you use a 301 redirect by putting this in an .htaccess file in the root web folder:
RewriteCond %{HTTP_HOST}!^www\.maindomain\.org [NC]
RewriteCond %{HTTP_HOST}!^$
RewriteRule ^(.*)$ [maindomain.org...] [R=301,L,QSA]