1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 12:22:03 +02:00

[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"?>
<configuration>
<configSections>
<sectionGroup name="system.webServer" >
<sectionGroup name="rewrite">
<section name="rules" overrideModeDefault="Allow" />
</sectionGroup>
</sectionGroup>
</configSections>
<system.webServer>
<rewrite>
<rules>