没有指定输入文件

时间:2012-12-06 17:55:05

标签: .htaccess

我有这个错误No input file specified。我试图搜索,但任何解决方案都解决了我的问题。这是我的.htaccess内容

Options -MultiViews
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /_new/index2.php/$1 [L]

更新: 这是错误http://www.elixirjuice.com/_new/order-online

的网址

0 个答案:

没有答案