mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/controller] Remove URL rewriting by default
PHPBB3-10864
This commit is contained in:
parent
5b013ddf5c
commit
abf2575bdb
1 changed files with 0 additions and 12 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue