[ticket/14587] Remove sectionGroup from web.config

Causes errors on some IIS installations.

PHPBB3-14587
This commit is contained in:
David Colón 2016-04-07 16:45:31 -04:00 committed by David Colon
parent 9ad5c577f5
commit ebbedf29e0

View file

@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<configSections>
<sectionGroup name="system.webServer" >
<sectionGroup name="rewrite">
<section name="rules" overrideModeDefault="Allow" />
</sectionGroup>
</sectionGroup>
</configSections>
<system.webServer> <system.webServer>
<rewrite> <rewrite>
<rules> <rules>