gpt4 book ai didi

Php 和 htaccess 错误 - "no input file specified"

转载 作者:行者123 更新时间:2023-11-29 00:06:14 25 4
gpt4 key购买 nike

我正在使用 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>

有人对此有解决方案吗?

最佳答案

试一试,转到 Godaddy Webroot 并使用以下规则制作一个 php5 ini 文件,

cgi.fix_pathinfo = 1

关于Php 和 htaccess 错误 - "no input file specified",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27331861/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com