在apache中创建自定义错误页面

时间:2014-01-30 07:43:40

标签: linux apache ubuntu http-status-code-404

我创建了一个自定义404错误页面。

<h1>Page not found</h1>

但是当我重新加载/重启apache2时,它给了我这个:

apache2: Syntax error on line 234 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/conf.d/errors/404.html: /etc/apache2/conf.d/errors/404.html:1: <h1>Page> was not closed.
Action 'configtest' failed.
The Apache error log may have more information.
   ...fail!

有谁能说出问题是什么?

1 个答案:

答案 0 :(得分:0)

似乎在/etc/apache2/conf.d/errors/404.html文件中你没有关闭&lt; h1&gt;正确标记。请尝试以下。

&LT; H1&gt;页面&LT; / H1&GT;

请注意&lt; / h1&gt;这里。