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 27 <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
28 28 <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
29 29 </conditions>
30   - <action type="Rewrite" url="/AIA/" />
  30 + <action type="Rewrite" url="/" />
31 31 </rule>
32 32 </rules>
33 33 </rewrite>
34 34 <staticContent>
  35 +
35 36 <remove fileExtension=".mp3" />
36 37 <clientCache cacheControlMode="DisableCache" />
37 38 <remove fileExtension=".woff" />
... ...