mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/controller] Remove URL rewriting by default
PHPBB3-10864
This commit is contained in:
@@ -12,18 +12,6 @@
|
|||||||
</hiddenSegments>
|
</hiddenSegments>
|
||||||
</requestFiltering>
|
</requestFiltering>
|
||||||
</security>
|
</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>
|
</system.webServer>
|
||||||
<location path="images/avatars">
|
<location path="images/avatars">
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
|
Reference in New Issue
Block a user