创建自定义错误页
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建自定义错误页相关的知识,希望对你有一定的参考价值。
Are you as tired as me of the default layout of 404 error pages? Well now you can easily create your own and refer to it like this:
ErrorDocument 403 /error/403.php ErrorDocument 404 /error/404.php ErrorDocument 500 /error/500.php
以上是关于创建自定义错误页的主要内容,如果未能解决你的问题,请参考以下文章