Results 1 to 5 of 5

Error 404 customized: NO. Is facilitating the work-seekers

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...

  1. #1
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    425
    Liked
    7 times

    Error 404 customized: NO. Is facilitating the work-seekers

    Can I do this?


    Error 404 Widget - vBulletin.org Forum


    please help

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times

  3. #3
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    425
    Liked
    7 times
    I can not find this location misc.php

    '/usr/home/username/public_html/forums/misc.php';
    how can I find my path?????



    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';
    ?>
    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.
    Last edited by universo; 05-07-2009 at 03:10 PM.

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    you can find it in phpinfo()

  5. #5
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    425
    Liked
    7 times
    correct : http://www.universosymbian.org/404.php ??????????????????????????

Similar Threads

  1. Work Around: Error SQL server exceeded max questions
    By Zachariah in forum Member Articles
    Replies: 1
    Last Post: 02-24-2009, 03:50 PM
  2. VBSEO does not work (404 error)
    By Dustin in forum Troubleshooting
    Replies: 9
    Last Post: 07-12-2008, 04:05 AM
  3. Customized headline tags
    By Trifletraxor in forum General Discussion
    Replies: 2
    Last Post: 10-30-2007, 05:22 PM
  4. My Custom Error Pages Don't Work Anymore
    By mcyates in forum Troubleshooting
    Replies: 2
    Last Post: 09-02-2006, 03:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •