summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-18 18:53:11 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-18 18:53:11 +0000
commit033b2e2c0debb3a44d10bf84541e3b178eaf7222 (patch)
tree73dc494797835a5e8343956f82ac0312ec718f6c /.htaccess
parent3d9e2f2c76077f59d76a0e400751f2b28ffb5556 (diff)
downloadbrdo-033b2e2c0debb3a44d10bf84541e3b178eaf7222.tar.gz
brdo-033b2e2c0debb3a44d10bf84541e3b178eaf7222.tar.bz2
- Direct 404s to Drupal. Suggested by Goba.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 98eec8fe4..442a5bd95 100644
--- a/.htaccess
+++ b/.htaccess
@@ -12,6 +12,9 @@
Options -Indexes
Options FollowSymLinks
+# Customized server error messages:
+ErrorDocument 404 /index.php
+
# Set the default handler to index.php:
DirectoryIndex index.php