Skip to content

Commit

Permalink
Merge pull request #13 from richard67/patch-17
Browse files Browse the repository at this point in the history
Update web.config.txt
  • Loading branch information
Hackwar committed Oct 30, 2014
2 parents 4936092 + 3eb4fcf commit 4bb0b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.config.txt
Expand Up @@ -17,7 +17,7 @@
<match url="(.*)" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" pattern="^/index.php" ignoreCase="true" negate="true" />
<add input="{URL}" pattern="/component/|(/[^.]*)$" />
<add input="{URL}" pattern="/component/|(/[^.]*|\.[^.]+)$" ignoreCase="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
</conditions>
Expand Down

0 comments on commit 4bb0b80

Please sign in to comment.