CodeIgniter showing only default controller

后端 未结 15 2903
-上瘾入骨i
-上瘾入骨i 2021-02-14 21:59

I am using Codeigniter in Local WAMP. Here code is working fine. But i upload in Cpanel ( inside of example.com, folder name call \'mysite\'). Ther

15条回答
  •  情话喂你
    2021-02-14 22:07

    I solved the same issue by changing the controller file name to start with a capital letter.

    Just like the default 'Welcome' controller downloaded.

提交回复
热议问题