Expression Editorのテキスト:
http.request.uri.path == "/welcome.html" && ip.geoip.country == "GB"Path > Rewrite to… > _Static_の後のテキスト:
/welcome-gb.html特定の国の訪問者向けにウェルカムページのパスを再書き込みするための2つのURL再書き込みルールを作成します。
2つの言語のウェルカムページを持つために、パスコンポーネントの静的再書き込みを伴う2つのURL再書き込みルールを作成します:
URL再書き込みルール #1
Expression Editorのテキスト:
http.request.uri.path == "/welcome.html" && ip.geoip.country == "GB"Path > Rewrite to… > _Static_の後のテキスト:
/welcome-gb.htmlURL再書き込みルール #2
Expression Editorのテキスト:
http.request.uri.path == "/welcome.html" && ip.geoip.country == "PT"Path > Rewrite to… > _Static_の後のテキスト:
/welcome-pt.html