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

前端 未结 3 1805
野性不改
野性不改 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:38

    First thing that you should know the debian is a Linux base server. So Its not like windows servers(XAMPP and WAMP).

    So first of all consider about Letters. It means debian Sever is Case-Sensitive.

    So check your naming conversation as well

    Check these

    1. Controller class name class Admin extends CI_Controller
    2. Controller file name should be admin.php
    3. Check in routes.php. In routes $route['default_controller'] = "admin";

提交回复
热议问题