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:
parent
9ad5c577f5
commit
ebbedf29e0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user