302 redirect ONLY for missing pages
-
So, here’s the quick story. I had a wiki as the main domain of my site
https://insidenorthside.org
That site is now moved to
https://northminneapolis.wikispaces.comAnd at insidenorthside.org is now a WordPress site, with a handful of pages. What I’d like to do is create a 302 redirect for any urls: https://insidenorthside.org/SomePage to redirect to https://northminneapolis.wikispaces.com/SomePage BUT only for those pages that don’t exist on the wordpress install.
Does that make sense? Is that doable with .htaccess or some code in the php or on the 404 page? Actually, I’m basically saying, instead of having a 404 page it would do a 302 redirect.Does that seem like an okay idea?
- The topic ‘302 redirect ONLY for missing pages’ is closed to new replies.