Page not found
';
$webmaster = "webmaster@comodo.com";
$host = getenv("REMOTE_HOST");
$referrer = getenv("HTTP_REFERER");
$path = getenv("REQUEST_URI");
// time in this format: 13/Nov/2000:10:50:38
$time = strftime("%d/%b/%Y:%T");
if ($referrer == "") {
$referrer = "";
} else {
$referrer = "You came to this page from $referrer, this could be a broken link so please email the webmaster to inform us of this.
";
}
if (isset($_GET['error'])){
echo 'Sorry, we couldn\'t find the page '. ($_GET['error'].'.html') .' on this website
'. $referrer .'
Please use the navigation links to help locate what you\'re looking for.
';
}
else{
echo 'Sorry, we couldn\'t find the page '. $path .' on this website
'. $referrer .'
Please use the navigation links to help locate what you\'re looking for.
';
}
?>