Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] Redirect 301 /article.php?story=nov0306 http://www.newdomain.com/data/name.php Code (markup): This takes me to: http://www.newdomain.com/article.php?story=nov0306 Can anyone help with this? at my wits end.