没有htaccess的自定义错误响应

时间:2014-05-06 08:57:47

标签: php apache .htaccess http-status-code-404 errordocument

我知道如何使用apache htaccess文件创建自定义错误页面:

ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
ErrorDocument 500 /error.php

但是可以在不使用htaccess文件的情况下拥有自定义错误页面吗? 我可以访问服务器及其所有设置

1 个答案:

答案 0 :(得分:0)

您可以在apache虚拟主机中使用相同的代码;它会有相同的行为。