php yii .htaccess

RewriteEngine onphp

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

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

相关文章
相关标签/搜索