MyBB Community Forums

Full Version: need a correct 404 error file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I need a simple and correct html\php file for "404 not found" error page.
<h1>404 Not Found</h1>
I think there must be something like that:

<?php
header("HTTP/1.0 404 Not Found");
?>
.htaccess Wrote:ErrorDocument 404 /404.html