23-Jul-2020 14:04
Hi Nezar,
Can you add this iRule to http virtual server?
when HTTP_REQUEST {
if { [HTTP::host] equals "xyz.com" && [HTTP::uri] equals "/" } {
HTTP::redirect "https://xyz.com/abc/dex.html"
}
}
24-Jul-2020 08:10
Hi
its working , thanks for your help