Customise the 500 Error page in php

后端 未结 2 1443
小鲜肉
小鲜肉 2021-01-25 09:42

I have my website code in codeigniter wherein I am fusing images using Imagick in php.There are a lot of functions which can generate the 500 HTTP error.I require a

2条回答
  •  我在风中等你
    2021-01-25 10:05

    Create a file called 500.shtml and upload it to public_html or whatever your root uploading directory is. Use the 500.shtml file to create a 500 Internal Server Error custom page.

提交回复
热议问题