error pages

I’ve created some error pages for my site so when a visitor enters an old link, for example, they are taken to my 404 page. I entered code into my .htaccess file, but it isn’t working, just the standard 404 page displays. What can I do, and also, can the page be displayed so it has the look of my site?

This is how I have mine in my .htaccess, Hope it helps.

ErrorDocument 400 http://www.snoqualmieweather.com/404.php
ErrorDocument 403 http://www.snoqualmieweather.com/404.php
ErrorDocument 404 http://www.snoqualmieweather.com/404.php
ErrorDocument 500 http://www.snoqualmieweather.com/404.php

Great! Thanks, Mark :slight_smile: