The Arcive of vBulletin Modifications Site. |
|
Custom HTTP Error Pages Details »»
|
||||||||||||||||||||||||||||||||
About this hack:
This hack allows you to use vBulletin template driven pages for 400, 401, 403, 404 and 500 webserver error pages that will perfectly match your own forum's design. Five custom pages are added to your forum by this hack. You can then instruct your webserver to use these pages for it's error pages. Features:
Installation information on hack:
<URL OF YOUR FORUM HOME>/400_forum.phpNext you will need to edit your webserver's configuration file or add lines into an .htaccess file. .................................................. .......... If your forum directory is the same as your website's document root, add these lines: Code:
ErrorDocument 400 /400_forum.php ErrorDocument 401 /401_forum.php ErrorDocument 403 /403_forum.php ErrorDocument 404 /404_forum.php ErrorDocument 500 /500_forum.php If your forum is located in a directory within your website's document root, you'll need to replace <forum_directory> with the directory of your forum in these lines: Code:
ErrorDocument 400 /<forum_directory>/400_forum.php ErrorDocument 401 /<forum_directory>/401_forum.php ErrorDocument 403 /<forum_directory>/403_forum.php ErrorDocument 404 /<forum_directory>/404_forum.php ErrorDocument 500 /<forum_directory>/500_forum.php
Updates: Version 1.0 (03/05/09):
MAKE SURE YOU CLICK INSTALL! Screenshots: These show the five error pages in vBulletin's default style. Download Now
Screenshots
Show Your Support
|
||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Perfect mod, thanks
|
|
#3
|
|||
|
|||
|
That's awesome, thanks.
|
|
#4
|
|||
|
|||
|
thanks
|
|
#5
|
||||
|
||||
|
SIMPLY PERFECT!!!
![]() Thank you! :up: :up: |
|
#6
|
|||
|
|||
|
I installed but some reason its not really working for me like i want it to redirect to the error pages but mistyping a link it still doesnt send me there
|
|
#7
|
|||
|
|||
|
Just Keeps Going Up!
Good work.. I go to test it.. |
|
#8
|
|||
|
|||
|
Quote:
Are you using the ErrorDocument lines in an .htaccess file or in your webserver's configuration file? Thanks, James |
|
#9
|
||||
|
||||
|
Great hack. I will surely use it. No need to modify CSS for custom pages now to match it with forum skin
|
|
#10
|
||||
|
||||
|
Installed, Great looking mod. keep up the good work.
Thanks, |
![]() |
|
|