htaccess重写规则给出了没有指定的输入文件

时间:2013-04-23 17:32:03

标签: php .htaccess mod-rewrite

我在这里有我的应用程序:http://testarea.livo.co.il/views/widget.php和以下htaccess:

RewriteEngine on
RewriteCond $1 !^(index\.php|images|static|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

浏览widget.php(上图)时,我会收到“未指定输入文件。”

我托管在godaddy上,所以我无法访问httpd.conf.Also我正在运行PHP 5.3 Fast-CGI(如果它有任何有价值的信息)

.htaccess文件中的错误是什么?

0 个答案:

没有答案