Why codeIgniter show the requested URL was not found on this server?

前端 未结 3 1808
野性不改
野性不改 2020-12-21 04:58

I want to ask. First of all, I will tell that I\'ve develop an application use codeIgniter on my windows dekstop. And it clear and run completely.

But, after I move

3条回答
  •  臣服心动
    2020-12-21 05:40

    Codelgniter URL example :

    example.com/class/function/id/ 
    

    So check your class name correct or not, And call url instead of Capital A - Admin to admin.

    Note: if you use codelgniter-3 version file name also must Should capital A. I mean Admin.php

提交回复
热议问题