Forum Discussion
Amine_Kadimi
Jan 22, 2021MVP
You can check for the uri part of the request using [HTTP::uri]
Something like:
if { [HTTP::uri] equals "/" } {
#Your redirect goes here
}
You can check for the uri part of the request using [HTTP::uri]
Something like:
if { [HTTP::uri] equals "/" } {
#Your redirect goes here
}