当前位置: 代码迷 >> IIS >> URL REWRITE 重写有关问题
  详细解决方案

URL REWRITE 重写有关问题

热度:7546   发布时间:2013-02-26 00:00:00.0
URL REWRITE 重写问题求助。
原始地址是
www.xx.com/index.php/a/b/c/....

怎么样重写成
www.xx.com/a/b/c/...


------解决方案--------------------------------------------------------
php不会。。。
不清楚lz用的是什么样的Rewrite模块
.net用的
webconfig里配置规则是这样的
<add name="Rewrite1" virtualUrl="^http\://www.xx.com/a/b/c/" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/index.php/a/b/c/" rewrite="Domain" ignoreCase="true"/>