From e120a6e886a40eaf135f6032aa47e3eeeb58b3af Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 30 Sep 2011 15:00:38 -0700 Subject: Issue #76824 by geerlingguy, xjm, droplet, kbahey: Change notice for Drupal should not handle 404 for certain files. --- .htaccess | 6 ------ 1 file changed, 6 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index aa3f7b809..e59cd99a5 100644 --- a/.htaccess +++ b/.htaccess @@ -16,12 +16,6 @@ Options +FollowSymLinks # Make Drupal handle any 404 errors. ErrorDocument 404 /index.php -# Force simple error message for requests for non-existent favicon.ico. - - # There is no end quote below, for compatibility with Apache 1.3. - ErrorDocument 404 "The requested file favicon.ico was not found. - - # Set the default handler. DirectoryIndex index.php index.html index.htm -- cgit v1.2.3