Create 404 Page
I am not a proffessional Coder but I just fixed a 404 page for my Forum.
If you want to create one follow me; Crate a new template wich will called 404_error on your style: HTML Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> <head> {vb:raw headinclude} <title>Gabim 404 - Faqja nuk u Gjet</title> </head> <body> {vb:raw header} {vb:raw navbar} <div id="pagetitle"> <h2 class="blockhead" align="center">404 ERROR</h2> <h3 class="blocksubhead">ERROR 404 Page Not Found.! </br> (( PUT YOUR CODE OR IMAGE HERE )) </h3> </br> {vb:raw footer} </body> </html> So Now you need a 404.php lets create one; PHP Code:
<?php
PHP Code:
RewriteEngine On
Download
404.php (598 Bytes, 171 downloads) |