Commit a07fcf28 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3613 from n1c/patch-1

Fix tab to spaces in web.config
parents e6dff087 115083bd
......@@ -15,7 +15,7 @@
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment