Hi, Here is some code i wrote.. I was wondering if there was somethign wrong with it? i have tested it.. and i get a 500 error :(
RewriteEngine On RewriteCond %{HTTP_HOST} !^www.domain-they-come-from.com [NC]RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} ^domain-they-come-from.com [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^(.*) www.main-domain-name.com/form.php?{HTTP_HOST} [R,L]
Kunal