MyBB Community Forums

Full Version: make my own custom 404 error page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a really good plan for my 404 Error Page.

In notepad++, can I add this code into my own HTML page

HTML (404 Error)
<html>
<head>
	<title>{$mybb->settings['bbname']}</title>
		{$headerinclude}
		<script type="text/javascript">
		</script>
</head>
<body>
{$header}

<!-- Custom 404 HTML Go Here! --->

{$footer}	
</body>
</html>

and configure the CSS in MyBB themes and afterward, save the file as HTML and then upload in the root of MyBB with "404.html or something like that. Will it work that way?
Some cPanel hosts have something if you scroll to the bottom, "Custom Error Pages"
Check to see if you have that.
Yeah I see it. http://gyazo.com/97f4c7e0b385f2289c058a6467a4f208

But when I finished editing the 404 page, it doesn't apply after being saved.
http://gyazo.com/1b8cf92bec32f89cb7d870d8e35efdf0
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
</script>

</head>
<body>
{$header}

<!-- Custom 404 HTML Go Here! --->

{$footer}
</body>
</html>

Huh
I already made my 404 page but don't know how to change it. You can view it here. http://visualizeedits.com/404.shtml
Try this tut and change templete as your need
http://community.mybb.com/thread-132242.html
Thank you so much! Exactly what I'm looking for! Rep!