您好,欢迎访问一九零五行业门户网

YII框架 在IIS 上如何配置伪静态的呢

yii框架 在iis 上怎么配置伪静态的呢
yii框架 在iis 上怎么配置伪静态的呢
yii框架  已经开启了
  'urlmanager'=>array(
         'urlformat'=>'path', 
         'showscriptname' => false
        ),
输入 http://127.0.0.1:81/index.php?r=site/list  地址变成 http://127.0.0.1:81/site/list  但好像找不到路径
iis已经添加了rewrite.dll
iis怎么配置呢   
------解决方案--------------------
本帖最后由 xuzuning 于 2014-04-12 08:02:40 编辑 在网上搜索与你 rewrite.dll 配套的教程
比如这篇 http://blog.redidea2008.cn/index.php/iis-rewrite-rewrite-dll
其它类似信息

推荐信息