From 43485c2d6844a14e62bd6634fc6c45f95c749c1d Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Sat, 22 Jan 2011 00:01:48 -0500 Subject: [PATCH] Added .htaccess and 404.phpfor a custom ErrorDocument. --- .htaccess | 1 + 404.php | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .htaccess create mode 100644 404.php diff --git a/.htaccess b/.htaccess new file mode 100644 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 index 0000000..9700c80 --- /dev/null +++ b/404.php @@ -0,0 +1,3 @@ +
sorry

+can't find that. maybe try here?
+
-- 2.30.2