From 033b2e2c0debb3a44d10bf84541e3b178eaf7222 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Dec 2003 18:53:11 +0000 Subject: - Direct 404s to Drupal. Suggested by Goba. --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) (limited to '.htaccess') 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 -- cgit v1.2.3