CodeIgniter 404 Page Not Found, but why?

前端 未结 11 2375
Happy的楠姐
Happy的楠姐 2020-12-11 14:48

I am using CodeIgniter for two applications (a public and an admin app). The important elements of the document structure are:

/admin
/admin/.htaccess
/admin         


        
11条回答
  •  Happy的楠姐
    2020-12-11 15:35

    I had the same issue after migrating to a new environment and it was simply that the server didn't run mod_rewrite

    a quick sudo a2enmod rewrite then sudo systemctl restart apache2

    and problem solved...

    Thanks @fanis who pointed that out in his comment on the question.

提交回复
热议问题