Forum Moderators: phranque
Redirect permanent /old-file-name.html [your-domain.com...]
But only for a specific domain?
Have you try this:
redirect /old-file-name.html [your-domain.com...]
You would need a RewriteRule with [R=301,L] to do that, along with a preceding RewriteCond that tests the HTTP_HOST information.