I've been trying to create custom error pages (404) without luck.
I uploaded a .htaccess file to my forums root directory, containing the following code:
Code: Select all
ErrorDocument 400 /error/404.php
ErrorDocument 401 /error/404.php
ErrorDocument 402 /error/404.php
ErrorDocument 403 /error/404.php
ErrorDocument 404 /error/404.php
ErrorDocument 500 /error/404.php
However when I do this, suddenly my forum (and all pages on the website) return an Internal Service Error which isn't my custom error page, nor should my board suddenly return that error.
Any suggestions?
Cheers!