I need to redirect visitors from olddomain.com/directory to newdomain.com. I've set up my htaccess with...
Redirect 301 /directory http://www.newdomain.com
... and it works, but if someone goes to olddomain.com/directory/news.htm, they go to that page. They don't get redirected.
What do I need to write so that if someone goes to any file in /directory they are sent to just newdomain.com?
Thanks,
Chimp
|