我有这个错误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]
的网址