g_url_redirect – Sends http 301 redirect to tell browser resource has moved
Typical usage to move users from http to https automatically, e.g. g_url_redirect from=”http://*/surgeweb” to=”https://%1:7443/surgeweb” ports=”80,7080″
Or you may wish to change the default page to webmail, e.g.
g_url_redirect from=”/” to=”/surgeweb” ports=”443,80″
Syntax: g_url_redirect from=string to=string ports=string