Custom 404 error pages

Soldato
Joined
5 Aug 2003
Posts
8,496
Location
Essex
How do I do custom 404 error pages, with my old host it was easy as you could do it through the control panel but on my new one you can't, is there some sort of file I need to change on the server?
 
If your host is running Apache just add the following to your .htaccess file:
Code:
ErrorDocument 404 /path/to/your/error/file/or/script
If you dont't already have a .htaccess file make one.
 
Back
Top Bottom