Page 1 of 1

Error

Posted: 19 Dec 2011, 14:10
by TheMathematics
================

Error

Posted: 19 Dec 2011, 14:20
by Mii
Did you upload the "error.php" in the same directory as your .htaccess?

Posted: 19 Dec 2011, 14:26
by TheMathematics
================

Error

Posted: 19 Dec 2011, 17:44
by Stoker
You needmto specify your forum path.
Like: /forum/error.php.........

Posted: 19 Dec 2011, 18:03
by TheMathematics
================

Error

Posted: 19 Dec 2011, 18:15
by Solidjeuh
ErrorDocument 400 /error.php?mode=400
ErrorDocument 401 /error.php?mode=401
ErrorDocument 403 /error.php?mode=403
ErrorDocument 404 /error.php?mode=404
ErrorDocument 500 /error.php?mode=500

Needs to become:

ErrorDocument 400 /forum/error.php?mode=400
ErrorDocument 401 /forum/error.php?mode=401
ErrorDocument 403 /forum/error.php?mode=403
ErrorDocument 404 /forum/error.php?mode=404
ErrorDocument 500 /forum/error.php?mode=500