Hi,
I just tried to redirect nonexistent files on the server to my custom 404 page but it only redirects .html files.
I used that in my .htaccess file:
ErrorDocument 404 /404/404.html
How can I redirect all nonexistent files (including .php) to my custom page?
Thanks