Maison >développement back-end >tutoriel php >YII框架 在IIS 上如何配置伪静态的呢

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

WBOY
WBOYoriginal
2016-06-13 11:56:101010parcourir

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
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn