0

我在这里有我的应用程序: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。我也在 PHP 5.3 Fast-CGI 上运行(如果它提供任何有价值的信息)

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

4

0 回答 0