【发布时间】:2014-01-05 23:59:12
【问题描述】:
如何为 .htaccess Apache 转换此 IIS URL 重写规则?
<rule name="View Trades/Wants">
<match url="^([^]+)/PD([^]+)/" />
<action type="Rewrite" url="trade.php?type={R:1}&id={R:2}" />
</rule>
【问题讨论】:
标签: apache .htaccess iis url-rewriting web-config