Home > Backend Development > PHP Tutorial > YII框架 在IIS 上如何配置伪静态的呢

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

WBOY
Release: 2016-06-13 11:56:10
Original
1002 people have browsed it

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
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template