PDA

View Full Version : Custom 404 Error Page


Fairy
07-19-2008, 01:16 AM
How do you create a custom 404 error page? :o

Thanks =)

mytam
07-19-2008, 01:44 AM
log into your cpanel and it'll have something called error pages or something like that

http://www.bostoncomputing.net/tutorials/cpanel_xskin_errorpages/
^ tutorial

Annen
07-19-2008, 02:11 AM
I did it myself using only Notepad. You open notepad, and write ErrorDocument 404 http://www.annen.dk/error404.php (the url of your errorpage) and save the file as .htaccess (:

Then you make the file you want to show, when an errors occours (:

Fairy
07-19-2008, 02:48 AM
Thanks guys x]
I'll try this in a bit :p

Annen
07-19-2008, 02:49 AM
Glad to be a help xD