dongyi1777 2014-05-08 16:07
浏览 44
已采纳

Codeigniter 3.0适用于localhost但不适用于服务器

I have set up a CI 3 app on localhost (MAMP) and it works fine but when I upload it to the server (Ubuntu 12.04 LAMP) it shows 404 error page. The issue is not with the server configuration because when I upload CI 2.1.4 it works fine. There are no errors in the php error log.

I am using apache2 and php5.5.11

Any help would be very much appreciated. Thanks in advance.

  • 写回答

2条回答 默认 最新

  • douqiang7462 2014-05-08 16:33
    关注

    It the damn capitalization issue! In CI 3 you must keep all your controllers, models and god knows what else capitalized!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?