XF 1.4 Custom 404 page

Mr Lucky

Well-known member
I have set .htaccess to show my own error 404:

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
 
Top Bottom