From ebe236b0c03750c624cd00db96fc535077e6f890 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 5 Aug 2013 23:45:37 -0400 Subject: Issue #1041580 by Monochrome, daycrom, dcam | RumpledElf: Fixed Favicon.ico 404s on IIS. --- CHANGELOG.txt | 2 ++ web.config | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1978e3985..4e1a8eb13 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ Drupal 7.23, xxxx-xx-xx (development version) ----------------------- +- Changed the default web.config file for IIS servers to allow favicon.ico + files which are present in the filesystem to be accessed. - Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering functions. - Performance improvement: Allowed all hooks to be included in the diff --git a/web.config b/web.config index 34afd0a46..09983d925 100644 --- a/web.config +++ b/web.config @@ -12,6 +12,9 @@ + + + -- cgit v1.2.3