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:
parent
5b013ddf5c
commit
abf2575bdb
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user