Page 17 of 26 FirstFirst ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 LastLast
Results 241 to 255 of 376
Like Tree7Likes

Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it.

This is a discussion on Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it. within the Member Articles forums, part of the Focus on Members category; I just changed mine a bit and added an image that I thought would be appropriate to the type of ...

  1. #241
    Member ArnyVee's Avatar
    Real Name
    Arnold
    Join Date
    Sep 2008
    Location
    South Florida
    Posts
    49
    Liked
    0 times
    I just changed mine a bit and added an image that I thought would be appropriate to the type of page

    http://www.waltdisneyboards.com/k

    I'm about to add a new one for another one of my sites and I'll share that one in this post as well

  2. #242
    Member ArnyVee's Avatar
    Real Name
    Arnold
    Join Date
    Sep 2008
    Location
    South Florida
    Posts
    49
    Liked
    0 times
    Sheesh. So, looks like it's a bit different with the forum not being in the root of the site.

    Any suggestions on what I can/should do with this error?

    Code:
    Warning: include(/home/xxxxxxx/public_html/forums/misc.php) [function.include]: failed to open stream: No such file or directory in /home/xxxxxxx/legendaryrockers.com/forums/vbseo.php on line 1550
    
    Warning: include() [function.include]: Failed opening '/home/xxxxxxx/public_html/forums/misc.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/xxxxxxx/legendaryrockers.com/forums/vbseo.php on line 1550

  3. #243
    Member ArnyVee's Avatar
    Real Name
    Arnold
    Join Date
    Sep 2008
    Location
    South Florida
    Posts
    49
    Liked
    0 times
    Okay, so now I have it working at the root, but not at the 'forums' level.

    WORKING: http://www.legendaryrockers.com/k

    NOT WORKING: http://www.legendaryrockers.com/forums/k

    Warning: include(/home/xxxxxxx/public_html/404.php) [function.include]: failed to open stream: No such file or directory in /home/xxxxxxx/legendaryrockers.com/forums/vbseo.php on line 1550

    Warning: include() [function.include]: Failed opening '/home/xxxxxxx/public_html/404.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/xxxxxxx/legendaryrockers.com/forums/vbseo.php on line 1550
    I've been using the instructions in this post: Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it.

    Any suggestions?

  4. #244
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Check your path... this is designed to work in the forums/ level. If you want to use it for root as well, you should make a 404.php in root as well and set the paths in the file correctly.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #245
    Member ArnyVee's Avatar
    Real Name
    Arnold
    Join Date
    Sep 2008
    Location
    South Florida
    Posts
    49
    Liked
    0 times
    So Brian, I should have 404.php files in both the root and the forum root?

    Interesting, I thought that there was a different way to do that based on Vinayak's post.

    I'll give it a try.

  6. #246
    Senior Member
    Real Name
    Eric
    Join Date
    Jan 2010
    Posts
    137
    Liked
    3 times
    Edit: Just decided to start working after I left it alone for awhile. Odd.

    vB 3.8.4 in /forum
    vbseo 3.5 RC2 Final
    php 5.3.1

    I'm having a blank page if I visit /forum/blah-blah-blah-but can see it perfectly when I type /forum/404.php. I've checked and double checked all my paths in the 404.php file as well as my path in vbseo cp.

    I've followed the 3.x instructions in the original post and am wondering if this might be a php 5.3.1 problem? Any suggestions from those that have gotten the blank page to work would be greatly appreciated.

    Thanks

  7. #247
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Your host may have a cache/timeout on scripts like this, hence the wait time.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #248
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Quote Originally Posted by ArnyVee View Post
    So Brian, I should have 404.php files in both the root and the forum root?

    Interesting, I thought that there was a different way to do that based on Vinayak's post.

    I'll give it a try.
    yes, or you can make a root-level one only and address the path to your forums, and in vbseo cp setting, make sure the path is above the forums as well, ie public_html/404.php instead of public_html/forum/404.php
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #249
    Member
    Real Name
    neo
    Join Date
    Oct 2008
    Posts
    85
    Liked
    0 times
    I am having a problem getting this to work on a windows server. I just receive a blank page.

    For the file paths I am using:

    D:\hc\file.php

    Is the format correct?

  10. #250
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    It should be the same that is shown on your phpinfo page for DOCUMENT_ROOT
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #251
    Senior Member Sonnie's Avatar
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    305
    Liked
    2 times
    I have checked and double check everything and still get this error:

    Warning: include(/home/xxx/public_html/forums/404.php ) [function.include]: failed to open stream: No such file or directory in /home/xxx/public_html/forums/vbseo.php on line 1550

    Warning: include() [function.include]: Failed opening '/home/xxx/public_html/forums/404.php ' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/forums/vbseo.php on line 1550

    I have tried /usr/ and without... above is without.

    The path is accurate and I can access the /forums/404.php page with no problems, but the page does not show with bad page request.

    Any ideas?

    Thanks!

  12. #252
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Are you sure the 404 file is at /home/xxx/public_html/forums/ ?

    What is an actual link to that 404 page?
    The Forum Hosting - Forum Hosting from the Forum Experts

  13. #253
    Senior Member Sonnie's Avatar
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    305
    Liked
    2 times
    100% sure... no doubt about it.

    Link to page: http://www.proaudioshack.com/forums/404.php

    Site protected ... info sent via PM

  14. #254
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    check the path in the 404.php file itself.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #255
    Senior Member Sonnie's Avatar
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    305
    Liked
    2 times
    <?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 '/home/xxxxx/public_html/forums/misc.php';
    ?>

Page 17 of 26 FirstFirst ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 LastLast

LinkBacks (?)


Tags for this Thread

Posting Permissions

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