我几乎尝试了以前答案中的所有内容
命令:/usr/local/bin/php /home/username/public_html/temp/index.php/ controller function
这是我正在使用的命令,因为我的站点位于特定域的临时文件夹中 之前有错误,404
但现在显示
无法打开输入文件:/home/username/public_html/temp/index.php/
对解决方案有任何想法吗?
我几乎尝试了以前答案中的所有内容
命令:/usr/local/bin/php /home/username/public_html/temp/index.php/ controller function
这是我正在使用的命令,因为我的站点位于特定域的临时文件夹中 之前有错误,404
但现在显示
无法打开输入文件:/home/username/public_html/temp/index.php/
对解决方案有任何想法吗?
我实际上不记得 CodeIgniter 是如何进行路由的第一步的——但我坚信它使用重写规则来做到这一点。因此,如果你想使用 codeIgniter 的路由,你需要通过 Apache/nginx。对不起。
不过,一个很好的电话会是wget -q http://whatever.your.site.is/index.php/controller/function
。
只需删除最后的斜线,这样它就会显示为这样
/usr/local/bin/php /home/username/public_html/temp/index.php controller function