07-18-2011, 10:49 PM
(07-18-2011, 10:45 PM)roperson Wrote:(07-18-2011, 10:17 PM)Jacob_ Wrote: Create a file called .htaccess in the folder where your website is, and put this line in it:
ErrorDocument 404 /error.php
Didn't work.
This only works on Apache (by far the most popular web server to use with PHP). If you're using IIS, you'll have to do it some other way.