In apache2 folder you will see .htaccess file. Just open it by notepad and copy and paste these lines at the end of .htaccess file:
Code:
ErrorDocument 400 /400.php
ErrorDocument 401 /401.php
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 500 /500.php
Finally, upload the .htaccess to your forum root.
It works fine for me for the time being. I will report if there is any problem.