mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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 changed files with 0 additions and 7 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue