Anything from old site to page within new site
-
I’m new to Redirection and I want to be sure I have a clear understanding of the documentation. I have an old site which is being subsumed under a new, larger, site. I want any references at all to the old site to go to a particular page in the new site. In theory, I think I want:
– source URL: /^.*
– match: URL and server
– server: oldsite.com
– when matched redirect to URL with http code 301
– matched target /new-info-page-for-oldsite
– unmatched (ignore, blank)I’m not sure about the source URL regexp. Also, is a relative URL appropriate in the matched target?
Thanks for all your support.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Anything from old site to page within new site’ is closed to new replies.