-
—URL Rewrite Paste the following text ////The following rule saysIf you come in on https://www.xxxxxx.com.au/-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod///Part twoIf you come in on https://www.xxxxx.com.au/Mobile-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod/RosteronProdMobile when HTTP_REQUEST {if { [HTTP::uri] equals “/” } {HTTP::uri “/CompanyOnProd”}if { [HTTP::uri] equals “/Mobile” } {HTTP::uri “/Company/Mobile”}}