From f6258fbc3e697fc098ca5eec29c4f8a88c911a91 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Wed, 28 Oct 2015 22:24:24 +0100 Subject: [PATCH] removed 404 that doesn't exist because it's now handled by the hook --- .htaccess | 2 -- 1 file changed, 2 deletions(-) diff --git a/.htaccess b/.htaccess index b524c16..6b8968d 100755 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,6 @@ RewriteEngine On -ErrorDocument 404 /error/notfound - RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d