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