ウェルカムページを 2 言語で出すには、パスコンポーネントの静的な書き換えを行う URL リライトルールを 2 つ作成します。
URL リライトルール #1
Expression Editor のテキスト:
http.request.uri.path == "/welcome.html" && ip.src.country == "GB"Path > Rewrite to > Static のあとのテキスト:
/welcome-gb.htmlURL リライトルール #2
Expression Editor のテキスト:
http.request.uri.path == "/welcome.html" && ip.src.country == "PT"Path > Rewrite to > Static のあとのテキスト:
/welcome-pt.html