Commit c48c1c9dd7524899cd817a6c201fc2c1835baaa1

Authored by Amrita Vishnoi
1 parent cb6a11dc

Modified base uri based on server from rewrite

400-SOURCECODE/AIAHTML5.Web/Web.config
@@ -27,11 +27,12 @@ @@ -27,11 +27,12 @@
27 <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> 27 <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
28 <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" /> 28 <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
29 </conditions> 29 </conditions>
30 - <action type="Rewrite" url="/AIA/" /> 30 + <action type="Rewrite" url="/" />
31 </rule> 31 </rule>
32 </rules> 32 </rules>
33 </rewrite> 33 </rewrite>
34 <staticContent> 34 <staticContent>
  35 +
35 <remove fileExtension=".mp3" /> 36 <remove fileExtension=".mp3" />
36 <clientCache cacheControlMode="DisableCache" /> 37 <clientCache cacheControlMode="DisableCache" />
37 <remove fileExtension=".woff" /> 38 <remove fileExtension=".woff" />