I added this to euglug's 404 handler...
if (eregi("default.ida", $REQUEST_URI)) {
$go = "http://www.microsoft.com" . $REQUEST_URI;
header("Location: $go");
}
-Rob
I added this to euglug's 404 handler...
if (eregi("default.ida", $REQUEST_URI)) {
$go = "http://www.microsoft.com" . $REQUEST_URI;
header("Location: $go");
}
-Rob