From 9bb977746b265b44e74d3791cb12dbcb8fed5b56 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 21 May 2013 09:57:10 -0400 Subject: [PATCH] Error page handling --- .htaccess | 2 + 404.html | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 175 insertions(+) create mode 100644 404.html diff --git a/.htaccess b/.htaccess index 231220f..f544bdc 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,7 @@ Options -indexes +ErrorDocument 403 /404.html +ErrorDocument 404 /404.html #AddType application/x-httpd-php5 .pdf RewriteEngine on diff --git a/404.html b/404.html new file mode 100644 index 0000000..3ded03c --- /dev/null +++ b/404.html @@ -0,0 +1,173 @@ + + + + + + + Unicorn! · spoons + + + + +
+

+ +

+ +

We're sorry to ruin your day, but...

+

There's no page to be found here.

+ + +
+ +