<?php header("HTTP/1.1 447 Dropped by Accident in the Pacific Ocean"); print("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Dropped in Ocean!</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rev="made" href="mailto:webmaster@example.com" /> <style type="text/css"> <!-- body { color: #000000; background-color: #FFFFFF; } a:link { color: #0000CC; } --> </style> </head> <body> <h1>Dropped in Ocean!</h1> <dl> <dd> The requested item was accidentally dropped in the Pacific Ocean while being transmitted to your computer, and cannot be displayed. </dd></dl><dl><dd> If you think this is a server error, please contact the <a href="mailto:webmaster@example.com">webmaster</a>. </dd></dl> <h2>Error 447</h2> <dl> <dd> <address> <a href="/">example.com</a> <br /> <small><?php $date = date("D d M Y h:i:s A T"); print("$date"); ?></small> <br /> <small>Apache/2.0.40 (Red Hat Linux)</small> </address> </dd> </dl> </body> </html>
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Implement Error 447 (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» Suexec'ed PHP-FastCGI on Apa... in apache php fastcgi suexec
» My lighttpd php-fastcgi conf... in php fastcgi lighttpd
» Print PHP errors to screen in php debugging
» Minimal extension-less build... in php fastcgi cgi
» Mod_PHP that co-exists with ... in php mod_php php-cli
» Example lighttpd config for ... in php lighttpd rails examples filenice
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails