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
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 ...
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
hi
i think in ....../vbseocp.php
"File Not Found" requests handling?
regards
Yes, but it doesn't provide an option to disable it.
Regards
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.
Ace Shattock / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | New Zealand Food | New Zealand Android OS Talk | vBulletin Hosting
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
Just guessing, but ...
/httperror.php
Try putting that in the box.
Ace Shattock / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | New Zealand Food | New Zealand Android OS Talk | vBulletin Hosting
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:
3. Open vbseocp.php and set "Include custom script:" option to:<?
$_GET['e'] = 404;
include 'httperror.php';
?>
error404.php
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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
Great![]()
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!