mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/13842] Prevent internal server errors without rewrite module on IIS
This commit is contained in:
commit
68996e527e
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
<?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…
Add table
Reference in a new issue