404 error Redirect Page

Hi Folks,
How do redirect to a 404 error page for page not found. I have made a 404 page but can’t seem to find advice on how to actually redirect error pages to this page.
Thanks and advice is great.
ciao

Cathy

Just add:
ErrorDocument 404 /404/

To your .htaccess file

4 Likes

thanks Jerry the fix works.