Я хочу переписать URL с Вьетнамским символом
<rule name="Detail Product">
<match url="^Product-Detail/([a-zA-Z0-9_-]+).html$" ignoreCase="false" />
<action type="Rewrite" url="index.php?page={R:0}&id={R:1}" appendQueryString="true" />
</rule>
Наконец:
localhost / Product-Detail / con-ga-ha-ha-5.html работает
localhost / Product-Detail / con-gà-há-há-5.html не работает