Forum

How to redirect Alias

Fred
25 July 2016, 16:55
Hi Hugo,

I would like to use the alias feature to redirect to another URL.
So mydomain.com/myredirect goes to http://uptime.mydomain.uk.

Is that possible?

Thank you
Hugo Leisink
31 July 2016, 08:35
No, that's not what the Alias feature was designed for. Use the UrlToolkit's Redirect option.
Fred
12 August 2016, 22:51
Hi Hugo,

Is there any change you could show a simple example?

Thank you
Hugo Leisink
17 August 2016, 10:53
UrlToolkit {
ToolkitID = redirect
Match ^/mydirect$ Redirect http://uptime.mydomain.uk/
}
Fred
22 August 2016, 13:57
Thank you very much
This topic has been closed.