Quote:
Originally Posted by spacedog
Code:
RewriteCond %{HTTP_HOST} !^sub\.domain\.com
RewriteRule (.*) http://domain.com/$1 [R=301,L]
|
i think that is for all pages on the sub domain though. I need to assign them individually... that's the problem :/
thx for the attempt though spacedog.