1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

[feature/controller] Remove URL rewriting by default

PHPBB3-10864
This commit is contained in:
David King 2012-11-16 13:04:12 -05:00
parent 5b013ddf5c
commit abf2575bdb

View File

@ -12,18 +12,6 @@
</hiddenSegments>
</requestFiltering>
</security>
<rewrite>
<rules>
<rule name="Route through app.php" >
<match url="(.*)" ignoreCase="true" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="app.php" appendQueryString="false" />
</rule>
</rules>
</rewrite>
</system.webServer>
<location path="images/avatars">
<system.webServer>