summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 15:00:38 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 15:00:38 -0700
commite120a6e886a40eaf135f6032aa47e3eeeb58b3af (patch)
treea5cff291469b3cda0204f79359d27f5aad6c33ec /.htaccess
parentbd11d95c334a39fe6bf24c932c43f124b20ff139 (diff)
downloadbrdo-e120a6e886a40eaf135f6032aa47e3eeeb58b3af.tar.gz
brdo-e120a6e886a40eaf135f6032aa47e3eeeb58b3af.tar.bz2
Issue #76824 by geerlingguy, xjm, droplet, kbahey: Change notice for Drupal should not handle 404 for certain files.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 0 insertions, 6 deletions
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.
-<Files favicon.ico>
- # There is no end quote below, for compatibility with Apache 1.3.
- ErrorDocument 404 "The requested file favicon.ico was not found.
-</Files>
-
# Set the default handler.
DirectoryIndex index.php index.html index.htm