Configure m.mysite.com to go to https://casper.mysite.com:8443/enroll

jgwatson
Contributor

Does anyone know how to do the above? I know it should be super simple, but I am just not getting it to work.

:(

2 REPLIES 2

rderewianko
Valued Contributor II

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/";>

RobertBasil
Contributor

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?