No input file specified这个如何解决,望大家指点一下
程序员文章站
2024-01-17 22:02:22
...
No input file specified这个怎么解决,望大家指点一下
用thinkphp做的项目,本地运行一切都正确,,本地输入方式为http://localhost/项目名/admin.php/User/index,
上传到服务器上,输入方式为:网址名称/admin.php/User/index
出现的错误是:No input file specified
有什么解决方案吗,望大家指点一下哈
------解决方案--------------------
您的服务器不支持 PATH_INFO
------解决方案--------------------
改URL模式,或者安最新的apache.
------解决方案--------------------
No input file specified 是nginx的报错,其实就是404 Not Found。。。
从这个url的方式上看/admin.php/User/index
nginx应该需要配置rewrite规则或者location...
总之联系你的SA吧...
用thinkphp做的项目,本地运行一切都正确,,本地输入方式为http://localhost/项目名/admin.php/User/index,
上传到服务器上,输入方式为:网址名称/admin.php/User/index
出现的错误是:No input file specified
有什么解决方案吗,望大家指点一下哈
------解决方案--------------------
您的服务器不支持 PATH_INFO
------解决方案--------------------
改URL模式,或者安最新的apache.
------解决方案--------------------
No input file specified 是nginx的报错,其实就是404 Not Found。。。
从这个url的方式上看/admin.php/User/index
nginx应该需要配置rewrite规则或者location...
总之联系你的SA吧...
相关文章
相关视频
下一篇: mysql数据库不能添加NULL值