Codeigniter URL在本地工作但不在服务器上工作

时间:2014-08-19 14:20:31

标签: php codeigniter

我某处发生了一个愚蠢的错误。当地我一直在使用:

localhost:8080/project/index.php/Welcome/emailsend/Name/PersonEmail/EmailMessage

其中Name,PersonEmail和EmailMessage是通过url传递的参数。现在本地一切都很好。函数emailsend会返回一些东西。请注意,我的基本URL在我的配置文件中是空的。

我现在已将我的代码上传到服务器,我正在查看此网址是否有效:

mysubdomain.domainname.com/index.php/Welcome/emailsend/Name/PersonEmail/EmailMessage

我现在找不到404错误页面。我到底哪里错了?

1 个答案:

答案 0 :(得分:0)

您必须转到codeIgniter配置文件并更改站点和基本URL。

https://ellislab.com/codeigniter/user-guide/helpers/url_helper.html或者您可以转到application / config / config.php并手动更改它们。