Hi!
I´ve got a Apache problem with the .htaccess file. It looks like this:
###-----ERROR DOCUMENTS-----###
ErrorDocument 400 error.php
ErrorDocument 401 error.php
ErrorDocument 403 error.php
ErrorDocument 404 error.php
ErrorDocument 500 error.php
ErrorDocument 501 error.php
But when I go to an URL that doesn´t exists, I´ll get the 500 normal error document, what´s wrong?
Best regards,
Niklas