CodeIgniter 3.0.0 Project doesn't work on sub domain

前端 未结 1 1244
粉色の甜心
粉色の甜心 2020-12-12 08:00

I created a project using CI(version 3.0.0), and it works perfectly in XAMPP localhost. And i upload that project to sub domain then its giving an error Click here.

相关标签:
1条回答
  • 2020-12-12 08:44

    Change the name of your controller, model, and other your class to Capitalize.

    Example : your own controller test.php change to Test.php

    It should be work.

    Its because your server is Linux, and Linux is case sensitive.

    0 讨论(0)
提交回复
热议问题