I have set .htaccess to show my own error 404:
However it still just shows the default.
Can anyone please help with how to do this?
Thanks
Code:
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 http://mysite.com/404.html
ErrorDocument 500 default
However it still just shows the default.
Can anyone please help with how to do this?
Thanks