CodeIgniter: 404 Page Not Found on Live Server

前端 未结 11 1504
感动是毒
感动是毒 2020-12-03 04:46

I have been developing a small web application with CodeIgniter. After testing it out locally I went to put it on my web server to allow a couple other people test out some

11条回答
  •  离开以前
    2020-12-03 04:57

    Please check the root/application/core/ folder files whether if you have used any of MY_Loader.php, MY_Parser.php or MY_Router.php files.

    If so, please try by removing above files from the folder and check whether that make any difference. In fact, just clean that folder by just keeping the default index.html file.

    I have found these files caused the issue to route to the correct Controller's functions.

    Hope that helps!

提交回复
热议问题