0
https://example.com/xmlにリダイレクトするIISに書き換えルールを書き込む必要があります。URLを書き直すための正規表現
だから
ケース1:https://example.com/test
ケース2:https://example.com/xmlにhttps://example.com/[country-lang-token]/test
(例えばhttps://example.com/en-us/testと https://example.com/fr-fr/test)
をリダイレクトすべきです。
書き換えルールの書き方は分かっていますが、正規表現のために固執しています。