Example
Text in Expression Editor:
http.request.uri.path == "/welcome.html" && ip.geoip.country == "GB"Text after Path > Rewrite to… > Static:
/welcome-gb.htmlTo have a welcome page in two languages, create two rewrite URL rules with a static rewrite of the path component:
Rewrite URL rule #1
Example
Text in Expression Editor:
http.request.uri.path == "/welcome.html" && ip.geoip.country == "GB"Text after Path > Rewrite to… > Static:
/welcome-gb.htmlRewrite URL rule #2
Example
Text in Expression Editor:
http.request.uri.path == "/welcome.html" && ip.geoip.country == "PT"Text after Path > Rewrite to… > Static:
/welcome-pt.html