Fix tab to spaces in web.config

This commit is contained in:
Nic 2015-12-30 12:06:35 +02:00
parent e6dff08752
commit 115083bdf2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions> </conditions>
<action type="Rewrite" url="index.php" /> <action type="Rewrite" url="index.php" />
</rule> </rule>
</rules> </rules>
</rewrite> </rewrite>