.htaccess "No input File Specified " 错误

.htaccess "No input File Specified " error

http://pastebin.com/Uy1HZxeP

显示 404 页面错误“未指定输入文件”

我无法在此处post它,因为它显示名为“在此处输入代码”的错误

我认为您正在使用 go daddy 托管 codeignitor.here 是 solution.paste 它在您的 .htaccess 文件中

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/ [L]