Engine Compatibility
redirect is not supported by the Node engine.
redirect(<url>)
Redirect to the given URL.
redirect("http://apps.kynetx.com/")The following ruleset shows redirect() being used
ruleset a1299x180 {
meta {
name "Redirect Example"
description <<
>>
author "nathan cerny"
logging off
}
dispatch {
// domain "exampley.com"
}
global {
}
rule first_rule {
select when pageview ".*" setting ()
redirect('http://apps.kynetx.com/')
}
}