I am running Apache2 on WinXP. Can i make my own 404 page for my site.
Printable View
I am running Apache2 on WinXP. Can i make my own 404 page for my site.
Sure can.
http://www.highcontext.com/Articles/howto/404.php
That is a good article/how-to about it.
Basically... just create your 404 page. then point to it via the ErrorDocument 404 /404.html in your httpd.conf file. There is a bit more involved... so make sure you read the howto.
You can call it whatever you want, but I'd keep it sensible, so you know what it is at glance.
http://www.think.at/missing.html
That is one of my favorites... but not the origninal one I saw.
I would check out www.webmonkey.com or www.php.net both are excellent resources for builing your own. Hope this helps ComputerNerd22
http://pwaring.f2o.org/rixort/tutori...e-htaccess.php
Shows you how to use .htaccess files to, amongst other things, create error documents, with two examples.