Error

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Error

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 08:26, edited 1 time in total.

Error

Post by Mii »

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

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 08:26, edited 1 time in total.

Error

Post by Stoker »

You needmto specify your forum path.
Like: /forum/error.php.........

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 08:26, edited 1 time in total.

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