Results 1 to 9 of 9

how would I achieve this

This is a discussion on how would I achieve this within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I have installed this hack: Custom HTTP Error Pages http://www.vbulletin.org/forum/showt...3&page=1&pp=15 However, it doesn't work at all since vbseo handles ...

  1. #1
    Member
    Join Date
    Nov 2005
    Posts
    90
    Liked
    0 times

    how would I achieve this

    Hi,

    I have installed this hack:
    Custom HTTP Error Pages
    http://www.vbulletin.org/forum/showt...3&page=1&pp=15

    However, it doesn't work at all since vbseo handles the error pages.

    How do I disable the vbseo and activate this one?

    Regards

  2. #2
    Senior Member
    Real Name
    Holger
    Join Date
    Oct 2005
    Location
    Frankfurt / Germany
    Posts
    611
    Liked
    1 times
    hi

    i think in ....../vbseocp.php
    "File Not Found" requests handling?

    regards

  3. #3
    Member
    Join Date
    Nov 2005
    Posts
    90
    Liked
    0 times
    Yes, but it doesn't provide an option to disable it.

    Regards

  4. #4
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,011
    Liked
    13 times
    It does provide the option of using a custom script though.

    Redirect to homepage
    Send 404 HTTP code
    Include custom script:

    Use the last, and enter the path to your error.php file.

  5. #5
    Member
    Join Date
    Nov 2005
    Posts
    90
    Liked
    0 times
    but in the installation msg, it is stated that i have to enter this in my .htaccess which I did:

    ErrorDocument 400 /httperror.p/hp?e=400
    ErrorDocument 401 /httperror.p/hp?e=401
    ErrorDocument 403 /httperror.p/hp?e=403
    ErrorDocument 404 /httperror.p/hp?e=404
    ErrorDocument 405 /httperror.p/hp?e=405
    ErrorDocument 406 /httperror.p/hp?e=406
    ErrorDocument 407 /httperror.p/hp?e=407
    ErrorDocument 408 /httperror.p/hp?e=408
    ErrorDocument 409 /httperror.p/hp?e=409
    ErrorDocument 410 /httperror.p/hp?e=410
    ErrorDocument 411 /httperror.p/hp?e=411
    ErrorDocument 412 /httperror.p/hp?e=412
    ErrorDocument 413 /httperror.p/hp?e=413
    ErrorDocument 414 /httperror.p/hp?e=414
    ErrorDocument 415 /httperror.p/hp?e=415
    ErrorDocument 416 /httperror.p/hp?e=416
    ErrorDocument 417 /httperror.p/hp?e=417
    ErrorDocument 500 /httperror.p/hp?e=500
    ErrorDocument 501 /httperror.p/hp?e=501
    ErrorDocument 502 /httperror.p/hp?e=502
    ErrorDocument 503 /httperror.p/hp?e=503
    ErrorDocument 504 /httperror.p/hp?e=504
    ErrorDocument 505 /httperror.p/hp?e=505

    How would I enter those links on a single box with a maximum input of 1 link.

    Regards

  6. #6
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,011
    Liked
    13 times
    Just guessing, but ...

    /httperror.php

    Try putting that in the box.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    emin,

    you need only one error handler rewritten - for File Not Found error (404).

    Since you have the same script used for all error codes, you can do the following:
    1. Create new file in yout forums root "error404.php"
    2. Insert the following to this file:
    <?
    $_GET['e'] = 404;
    include 'httperror.php';
    ?>
    3. Open vbseocp.php and set "Include custom script:" option to:
    error404.php

  8. #8
    Member
    Join Date
    Nov 2005
    Posts
    90
    Liked
    0 times
    Wow, it worked lol

    Thanks !!!

    edit: was referring Kall's post.

    I put in httperror.php in vbseo.cp and it worked.

    Nevertheless thanks for the response Oleg

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Great

Similar Threads

  1. Replies: 4
    Last Post: 09-13-2005, 07:18 PM

Posting Permissions

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