diff options
author | 2016-04-07 16:45:31 -0400 | |
---|---|---|
committer | 2016-04-07 17:20:34 -0400 | |
commit | ebbedf29e0adc693a7a12f26976cf53b27ea72b4 (patch) | |
tree | 3624966ffc91a3d7ecd8d9115d1eda74419c7905 /phpBB/web.config | |
parent | Merge pull request #4256 from Nicofuma/ticket/13683 (diff) | |
download | phpbb-ebbedf29e0adc693a7a12f26976cf53b27ea72b4.tar.gz phpbb-ebbedf29e0adc693a7a12f26976cf53b27ea72b4.tar.bz2 phpbb-ebbedf29e0adc693a7a12f26976cf53b27ea72b4.zip |
[ticket/14587] Remove sectionGroup from web.config
Causes errors on some IIS installations.
PHPBB3-14587
Diffstat (limited to 'phpBB/web.config')
-rw-r--r-- | phpBB/web.config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/web.config b/phpBB/web.config index c7a1240453..99a1fe6023 100644 --- a/phpBB/web.config +++ b/phpBB/web.config @@ -1,12 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <configuration> - <configSections> - <sectionGroup name="system.webServer" > - <sectionGroup name="rewrite"> - <section name="rules" overrideModeDefault="Allow" /> - </sectionGroup> - </sectionGroup> - </configSections> <system.webServer> <rewrite> <rules> |