Fix Redirections when installed on other directories.

This commit is contained in:
2015-08-28 00:36:22 +02:00
parent 0d39f87789
commit d350f154b7
8 changed files with 13 additions and 13 deletions

View File

@@ -12,6 +12,7 @@
</system.web>
<system.webServer>
<handlers>
<clear/>
<add name="GlobalRouter" path="*" verb="*" type="VAR.Focus.Web.GlobalRouter"/>
</handlers>
</system.webServer>