Added .htaccess and 404.phpfor a custom ErrorDocument.
authorDylan Lloyd <dylan@psu.edu>
Sat, 22 Jan 2011 05:01:48 +0000 (00:01 -0500)
committerDylan Lloyd <dylan@psu.edu>
Sat, 22 Jan 2011 05:01:48 +0000 (00:01 -0500)
.htaccess [new file with mode: 0644]
404.php [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..6f9af41
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+ErrorDocument 404 404.php
diff --git a/404.php b/404.php
new file mode 100644 (file)
index 0000000..9700c80
--- /dev/null
+++ b/404.php
@@ -0,0 +1,3 @@
+<div style="margin-left:15px;text-align:center;font-family:sans-serif;"><span style="font-size:20em;font-family:sans-serif;">sorry</span><br><br>
+<span style="font-size:3em;">can't find that. maybe try <a href="http://dylanstestserver.com">here</a>?</span><br>
+</div>