标签: php .htaccess mod-rewrite
http://pastebin.com/Uy1HZxeP
显示404页面的错误"没有指定输入文件"
我无法在此发布,因为它显示的错误名为"在此处输入代码"
答案 0 :(得分:-2)
我认为你正在使用go daddy托管codeignitor。在你的.htaccess文件中有解决方案.paste
RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L]