Forum Discussion
Stanislas_Piro2
Feb 28, 2017Cumulonimbus
Hi,
there is a problem with your condition... URI always starts with / 🙂
when HTTP_REQUEST {
if { [HTTP::host] equals "172.30.114.60" and [HTTP::path] equals "/" } {
HTTP::redirect "/arsys"
}
}
this irule will work with both HTTP and HTTPS