Application URL redirecting to 'ParentDirectory' page by default.
Chandan Sethi
Posted on March 25, 2024
I hosted an ANgular app on IIS server. My web config entry has Rewrite url = "/MapInternal" however the url opens the parent Directory instead of Index.html .
Can someone please help what I am missing here?
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/MapInternal" />
<!--<action type="Rewrite" url="/" />-->
💖 💪 🙅 🚩
Chandan Sethi
Posted on March 25, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
learning Celebrating 10,000 Followers on DEV.to – A Journey of Learning and Growth[Must Read]
November 30, 2024