Posted on 04-07-2017 08:47 AM
Does anyone know how to do the above? I know it should be super simple, but I am just not getting it to work.
:(
Posted on 04-07-2017 11:09 AM
Couple ways, there's tools like redirect.centre that'll do a redirect.
If you want it within your network your best is to setup a tiny webserver at m.mysite.com with a index.html containing a redirect like
<meta http-equiv="refresh" content="0; url=http://example.com/";>
Posted on 04-07-2017 11:47 AM
A simple DNS redirect would be the best for domain redirection.
For a full URL though you can use a Synthetic record (Google domains only) or something similar from your domain registrar.
Where do you have you domain registered?