Can I do this?
Error 404 Widget - vBulletin.org Forum
please help
This is a discussion on Error 404 customized: NO. Is facilitating the work-seekers within the General Discussion forums, part of the vBulletin SEO Discussion category; Can I do this? Error 404 Widget - vBulletin.org Forum please help...
Can I do this?
Error 404 Widget - vBulletin.org Forum
please help
I can not find this location misc.php
'/usr/home/username/public_html/forums/misc.php';
how can I find my path?????
Then, create a file called 404.php in your site root, or forums root, and paste the following content into it. You will need to customize the code in red to point to the physical location of the misc.php file that comes with vBulletin.PHP Code:<?php
header("HTTP/1.0 404 Not Found");
header("Status: 404 Not Found");
$_GET['do']='page';
$_REQUEST['do']='page';
$_GET['template']='404';
$_REQUEST['template']='404';
define('VBSEO_PREPROCESSED', 1);
include '/usr/home/username/public_html/forums/misc.php';
?>
Last edited by universo; 05-07-2009 at 03:10 PM.
you can find it in phpinfo()
correct : http://www.universosymbian.org/404.php ??????????????????????????