View Full Version : Interesting 404 pages
Benson
02-04-1999, 02:07 AM
www.mindspring.com/~isixtyfive/404page/404_main_list.html (http://www.mindspring.com/~isixtyfive/404page/404_main_list.html)
An index someone has put together of imaginative 404 pages...some are pretty funny. Take a look at MIT's for instance.
[This message has been edited by Benson (edited 02-04-99).]
[This message has been edited by Benson (edited 02-04-99).]
Justin
02-04-1999, 04:55 AM
I was so inspired by that page that I made a commodore 64 404 page. http://www.vdj.net/booger.html.xyz.123
hehe http://www.aota.net/ubb/smile.gif
Justin
Benson
02-04-1999, 06:01 AM
spiffmo!
That C64 page is cool! *grin*
I tinkered on all my error pages a little bit, although they are about the same as before (added a search engine to the 404 page). If you wanna see em, urls are below.
401 -> www.downinit.com/scripts/members/janetpro/ (http://www.downinit.com/scripts/members/janetpro/) (filename is BadNachos.shtml, hit [Cancel] to see it)
403 -> www.downinit.com/cgi-bin/ (http://www.downinit.com/cgi-bin/) (page name is simply Forbidden.shtml)
404 -> www.downinit.com/asdffdaa (http://www.downinit.com/asdffdaa) (page name is Nuts.shtml)
500 -> www.downinit.com/cgi-bin/webstroke (http://www.downinit.com/cgi-bin/webstroke) (page name is BOOM.shtml)
Opinions? http://www.aota.net/ubb/smile.gif
------------------
Del
www.downinit.com (http://www.downinit.com)
da da da
[This message has been edited by Del (edited 02-04-99).]
[This message has been edited by Del (edited 02-04-99).]
Benson
02-05-1999, 12:16 AM
Nice pages Del...did you use SSI to echo the path names inside the page?
Benson,
Yup. I hadn't really done much with SSI before, so I figured I should play with it at least a little more (so far all I've used it for is <!--#fsize file='blah'--> and now the <!--#echo var='redirect_url'--> )
Might consider doing more with it really soon, although I may delve into using PHP and it's SSI's instead. Not decided on that one yet http://www.aota.net/ubb/smile.gif
------------------
Del
www.downinit.com (http://www.downinit.com)
da da da
All this talk got me off my keester and I made a 404 page using my favorite character - Yosemite Sam. Try something like:
avionflight.com/abc (http://avionflight.com/abc)
to see it. http://www.aota.net/ubb/biggrin.gif
[This message has been edited by Tom (edited 02-05-99).]
Shaytar
02-05-1999, 02:35 PM
Tom, Justin, your pages are too much!
Thanks for the laugh!
shay
oh, and that MIT one - hey I recognize that quote! Guess my American lit. course and university education are worth something after all!
LOL!
members.tripod.com/~pyper7/WCWpoem.html (http://members.tripod.com/~pyper7/WCWpoem.html)
[This message has been edited by Shaytar (edited 02-05-99).]
Bi4Be
02-07-1999, 04:01 PM
DEL: Could you tell me how you got the 403 & 500 errors setup?
Thanks....
Justin
02-07-1999, 04:16 PM
If you want to know how to specify those error pages, it's the same as 404 - .htaccess. I have set up a tutorial (attempted) that may help. This would be a good test.
http://www.vdj.net/htaccess/
Then again, if you're asking about his specifically, then, well, ignore me http://www.aota.net/ubb/smile.gif
Justin
Benson
02-07-1999, 05:32 PM
Here's my new one -
www.kurebeach.com/spiffmo.html (http://www.kurebeach.com/spiffmo.html)
------------------
ICQ#8418658-alba gu brath!
Bi4Be,
My error pages are all *.shtml, and then use <!--#echo var="REDIRECT_URL"--> to display the error'ed URL (eg the nonexistant file or the broken script). Like Justin said, they're all set up in the same way, just change the error number in the ErrorDocument handler. My .htaccess file looks like this;
ErrorDocument 401 /etc/BadNachos.shtml
ErrorDocument 403 /etc/Forbidden.shtml
ErrorDocument 404 /etc/Nuts.shtml
ErrorDocument 500 /etc/BOOM.shtml
to take care of the errors that may be encountered. There are lots and lots of other possible errors, but those are the four that are most often seen (most of the others are never seen at all, or you don't want a special page to handle them anyway (like 302's and such)).
------------------
Del
www.downinit.com (http://www.downinit.com)
da da da
Bi4Be
02-08-1999, 07:12 PM
OK, thanks Del... that helped bunches. http://www.aota.net/ubb/smile.gif
I'll be playing around with this later...
-Bi4Be
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.