码迷,mamicode.com
首页 > 数据库 > 详细

php yii .htaccess

时间:2015-10-27 17:01:35      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

RewriteEngine on

# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# otherwise forward it to index.php
RewriteRule . index.php
----------------------------------------------------
以上为yii框架的url重写文件.htaccess的内容,解压yii-basic-app-2.0.6.tgz,将目录映射为/, 可以将这个文件放到/web目录下,

php yii .htaccess

标签:

原文地址:http://www.cnblogs.com/yuanxiaoping_21cn_com/p/4914403.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!