Full domain rewrites
I'd like to have an alias domain (let's say alias.com) that redirects everything to main.com, meaning if a request goes to sub.alias.com/hello?world, then it gets rewritten and sent to sub.main.com/hello?world. Is there any way I can achieve this with a single rule of some kind? Thanks!
3 Replies
Yes, with a redirect rule
I’m looking to redirect subdomains too
So anything on *.alias.com gets passed right over to *.main.com with the same subdomain and path