How can I nice 404 page on my website as shown here : http://www.tecrux.com/2010/12/02/30-best-funny-and-entertaining-404-pages/?
feedback
|
migrated from stackoverflow.com Jan 1 '11 at 17:32
This question came from our site for professional and enthusiast programmers.
|
It is not possible to customize your 404 error page if your web host has not enabled this facility for your website. Usually ,most of the hoster do provide this facility eneabled , check with hosting provider first. if option enabled , it is very easy to make customized 404 Page
| ||||
|
feedback
|
|
I think you are asking how to post one up. Here's the link: http://www.thesitewizard.com/archive/custom404.shtml | |||
|
feedback
|
|
This question belongs on Server Fault, it's a server administration question. To answer it requires knowing what webserver you're using, Generally you want to find the error document configuration Here's what you need in apache http://bignosebird.com/apache/a7.shtml ErrorDocument 404 /path/to/file | |||||
|
feedback
|