I'm fighting a losing battle over here. I've got an easily misspelled domain name. So I purchased the misspelling. Now, I need to setup the misspelled domain name to redirect everything to the properly spelled domain name, but I need to keep the subdomains.
Example: support.domane.com should redirect to support.domain.com submit.domane.com should redirect to submit.domain.com
I already have a dozen or so subdomains setup for my domain, and I foresee many additional ones in the future. I would really rather not have to input them multiple times across multiple domains.
And I'd really like to have a landing page with a link, just in case the redirect doesn't work. Like an "Update your bookmarks!!1!" page. So, if a solution involves php or javascript, I'm all over that as well.
Any advice would be greatly appreciated.
Thanks in advance,
Critologist
tl;dr I need to redirect domains but keep subdomains intact. http://sub.domane.com -> http://sub.domain.com where sub is a variable and needs to be the same on both URLs.