aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Colón <david@davidiq.com>2016-04-07 16:45:31 -0400
committerDavid Colon <david@davidiq.com>2016-04-07 17:20:34 -0400
commitebbedf29e0adc693a7a12f26976cf53b27ea72b4 (patch)
tree3624966ffc91a3d7ecd8d9115d1eda74419c7905 /phpBB/web.config
parentMerge pull request #4256 from Nicofuma/ticket/13683 (diff)
downloadphpbb-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.config7
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>