我正在使用Rester从MySQL数据库中创建RESTful API。
https://github.com/moddity/Rester
在localhost上一切正常,但是当我将它上传到我的GoDaddy主机帐户并尝试访问重写的URL时,我收到“未指定输入文件”错误。我的.htaccess文件包含:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
有人有解决方案吗?
答案 0 :(得分:1)
尝试一下,转到Godaddy Webroot并使用以下规则制作php5 ini
文件,
cgi.fix_pathinfo = 1