summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-05-28 09:23:56 +0000
committerDries Buytaert <dries@buytaert.net>2000-05-28 09:23:56 +0000
commit9bd920debd716c9434c77dacbb5d6de698906d73 (patch)
tree7e4be85ae422f7edf276f82f4129b24d5552b0de /.htaccess
parent581e51908b7e95e257497f5fdfeac6e014b63206 (diff)
downloadbrdo-9bd920debd716c9434c77dacbb5d6de698906d73.tar.gz
brdo-9bd920debd716c9434c77dacbb5d6de698906d73.tar.bz2
* Added the foundations to create customized error pages.
http://beta.drop.org/foobar.php (The customized error pages need to be beautified.)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess15
1 files changed, 15 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 000000000..d284ce569
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,15 @@
+#
+# drop.org apache configuration
+#
+
+# Archive feature:
+#<Files archive>
+# ForceType application/x-httpd-php
+#</Files>
+
+# Customized server error messages:
+ErrorDocument 400 /error.php
+ErrorDocument 402 /error.php
+ErrorDocument 403 /error.php
+ErrorDocument 404 /error.php
+ErrorDocument 500 /error.php