更改为VPS Centos后,YII应用程序无效

时间:2016-04-17 01:30:24

标签: .htaccess yii

YII应用程序之前在共享托管中工作。

这是YII申请

http://www.jualrumahjakarta.com/iklan

这些链接不起作用

www.jualrumahjakarta.com/iklan/site/login
www.jualrumahjakarta.com/iklan/user/register

“iklan”文件夹中的htaccess

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

在main.php中

'urlManager'=>array(
'urlFormat'=>'path',
'showScriptName'=>false,
 'caseSensitive'=>false,        
),

我在共享主机中有另一个网站的相同应用程序,它正在运行。

请帮我解决这个问题。感谢。

0 个答案:

没有答案