CodeIgniter PHP Apache 500 Internal Server Error

前端 未结 5 1598
梦毁少年i
梦毁少年i 2020-12-08 21:39

I did a project in CodeIgniter. It\'s working fine on my localhost, but giving \"500 Internal Server Error\" on the remote server. This is my .htaccess file con

5条回答
  •  攒了一身酷
    2020-12-08 22:11

    It's likely that the reason is explained in the error_log. Is there an error_log in the root directory of the web site? Is there a logs folder somewhere else? The reason will be detailed in there.

提交回复
热议问题