I've got a site merge that's a little confusing.
The old site lived at: oldsite.com/Subdirectory
The new site lives at: newsite.com/
I'm unsure as where to put my .htaccess 301 redirects. Do I put them in the sub-directory of oldsite.com/Subdirectory? Or do I just add them to the root .htaccess for oldsite.com/
I think that I could just make this happen in the oldsite.com .htaccess file:
RedirectMatch 301 ^/Subdirectory/(.+)$ http://www.newsite.com/$1
I tried that above and it's not working. Thanks for the help!
(Both sites are hosted by Dreamhost, if that matters at all.)
Thanks!