ErrorDocument 404 /filenotfound.php
<?php define('IN_MYBB', 1); require_once("global.php"); add_breadcrumb("404 Error", $_SERVER['PHP_SELF']); eval("\$page = \"".$templates->get("404")."\";"); output_page($page); ?>
<html> <head> <title>Your title</title> {$headerinclude} </head> <body> {$header} Your 404 Page Content {$footer} </body> </html>
Loading Info...