我在这里有我的应用程序: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文件中的错误是什么?