We have two servers, and some content was moved to our old server, but, there are still some links on the web to those old directories on our old server.
So, any page in www.mysite.com/Pages/page.html I need to rewrite/redirect to www.mysite2.com/Pages/page.html. So, if anyone accesses any files in the www.mysite.com/Pages directory they will get the URL rewritten to the older server which is www.mysite2.com.
Am I going about this the wrong way?