This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?PHP | |
// @todo: deal with multiple options a bit better. | |
header("HTTP/1.1 404 File Not Found"); | |
$purl = parse_url($_SERVER['REQUEST_URI']); | |
$host = $_SERVER['HTTP_HOST']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ErrorDocument 404 /.EverythingIsCatchingOnEverythingIsCatchingOnFire/404/index.php | |
ErrorDocument 410 /.EverythingIsCatchingOnEverythingIsCatchingOnFire/410/index.php | |
Alias /.EverythingIsCatchingOnEverythingIsCatchingOnFire /var/www/hosts/errors | |
DocumentRoot /var/www/ | |
AddType text/html .shtml |
NewerOlder