Error

Download and support for PhpBB3 Error Pages
Locked
TheMathematics

Error

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 10:26, edited 1 time in total.
User avatar
Mii
BBCoder II
BBCoder II
Posts: 47
Joined: 28 Nov 2011, 23:16
BBCodes: 14

Error

Post by Mii »

Did you upload the "error.php" in the same directory as your .htaccess?
TheMathematics

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 10:26, edited 1 time in total.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Error

Post by Stoker »

You needmto specify your forum path.
Like: /forum/error.php.........
Board rules! No PM support
TheMathematics

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 10:26, edited 1 time in total.
User avatar
Solidjeuh
BBCoder IV
BBCoder IV
Posts: 257
Joined: 16 Oct 2011, 02:15
BBCodes: 7
Favourite MOD: Top stats
Location: Aalst / Belgium
Contact:

Error

Post 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
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
Locked