【发布时间】:2020-02-25 14:50:08
【问题描述】:
以下 URL 模块正在工作
http://localhost/webnew/wms/directs/main.php?_modid=&_mod=&del=18
但不能像这样在服务器上运行它:
http://......../wms/helpmes/main.php?_modid=&_mod=&status=0&no=1
为什么??
如何像localhost一样在服务器上正常运行?
我使用代码点火器。
【问题讨论】:
-
显示 404 错误或将显示哪个错误?
-
也许这个答案会对你有所帮助:- *.com/questions/60387536/…
-
它显示 404 Not Found nginx/1.14.0 (Ubuntu),先生
-
/webnew/wms/directs/main.php与/wms/helpmes/main.php不一样,那么为什么我们会假设它们都有效呢?请澄清你的问题,它没有多大意义。 -
对不起,我给出了错误的例子。
标签: php codeigniter