Commit 0726f7cbb063af6524851621353a4e353de78043
1 parent
52f05f20
uncommented rewrite module
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | 21 | ||
22 | </location> | 22 | </location> |
23 | <system.webServer> | 23 | <system.webServer> |
24 | - <!--<rewrite> | 24 | + <rewrite> |
25 | <rules> | 25 | <rules> |
26 | <rule name="AngularJS Routes" stopProcessing="true"> | 26 | <rule name="AngularJS Routes" stopProcessing="true"> |
27 | <match url=".*" /> | 27 | <match url=".*" /> |
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | <action type="Rewrite" url="/" /> | 33 | <action type="Rewrite" url="/" /> |
34 | </rule> | 34 | </rule> |
35 | </rules> | 35 | </rules> |
36 | - </rewrite>--> | 36 | + </rewrite> |
37 | <staticContent> | 37 | <staticContent> |
38 | 38 | ||
39 | <remove fileExtension=".mp3" /> | 39 | <remove fileExtension=".mp3" /> |