Quote:
Originally Posted by Naijafinder
Its not working with my vbseo .It still showing me my default Vbulletin error page. www.naijafinder.com
i add this to my .htacess file
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
But still not working
|
1. This should be in the htaccess in your public_html folder
2. Make sure all other ErrorDocument entries are deleted
3. Ensure the errors.php file exists in the public_html folder