diff options
| author | David King <imkingdavid@gmail.com> | 2012-11-16 13:04:12 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-11-16 17:06:02 -0500 |
| commit | abf2575bdbad84ca2d139290789852ee51efd31c (patch) | |
| tree | dfb50a71002b6293d78adcfabc6ace0d2871f379 | |
| parent | 5b013ddf5c48e71166dcefd6d384aea1d801698a (diff) | |
| download | forums-abf2575bdbad84ca2d139290789852ee51efd31c.tar forums-abf2575bdbad84ca2d139290789852ee51efd31c.tar.gz forums-abf2575bdbad84ca2d139290789852ee51efd31c.tar.bz2 forums-abf2575bdbad84ca2d139290789852ee51efd31c.tar.xz forums-abf2575bdbad84ca2d139290789852ee51efd31c.zip | |
[feature/controller] Remove URL rewriting by default
PHPBB3-10864
| -rw-r--r-- | phpBB/web.config | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/web.config b/phpBB/web.config index e31a48b991..a73c328626 100644 --- a/phpBB/web.config +++ b/phpBB/web.config @@ -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> |
