The Arcive of vBulletin Modifications Site. |
|
Integrated HTTP Errors Details »»
|
|||||||||||||||||||||||||||||
I have made this nice mod
![]() This mod will redirect users to a nicely vbulletin formatted error page if they encounter a http error. It handles:
See the screenshot to see what I mean ![]() This mod requires 2 files to be uploaded. PLEASE READ THE INCLUDED README FILE IN THE ZIP. IT CONTAINS IMPORTANT INSTALL INFO. One file is a modified .htaccess file. This will need to be renamed after upload. Please remember to backup your old .htaccess file. There is a screenie below (Look at the circled items)Any issues, just reply to the thread ![]() Please mark as installed and consider nominating, and thanks for reading! Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Благодарность от: | ||
| CrossWind | ||
| Comments |
|
#2
|
|||
|
|||
|
Reserved
|
|
#3
|
||||
|
||||
|
Installed.
How to check it? And Is there a way to customize the error messages with some graphics? |
|
#4
|
|||
|
|||
|
Quote:
The error messages are provided via phrases, just search in the phrase manager for the error text, and then you can use standard HTML to add images etc. The {1} item in the phrase is the url the person tried to visit. |
|
#6
|
|||
|
|||
|
works fine with vbseo ?
Regards |
|
#7
|
|||
|
|||
|
It should do, although I haven't tested it with vbseo.
You may have to manually add the htaccess error documents to the vbseo htaccess file. |
|
#8
|
||||
|
||||
|
Quote:
I am getting the error as below, I doubt this mod is working for me? No more option is found in settings other than Active - Yes - No, I made it yes only. |
|
#9
|
|||
|
|||
|
Please could you tell me the steps you took to get that? And did you rename the htacess file?
|
|
#10
|
|||
|
|||
|
anyone that doesnt have this working ensure you just add
Code:
RewriteEngine on ErrorDocument 401 /errors.php?do=401 ErrorDocument 404 /errors.php?do=404 ErrorDocument 403 /errors.php?do=403 ErrorDocument 500 /errors.php?do=500 that it |
![]() |
|
|