Tips and solutions
Monday, June 11, 2018
IIS URL redirect error
When you are using iis to redirect proxy IIS Return 404.4 Not Found when URL Rewrite on some pages , but page exists.
Open IIS rewrite web.config file and add inside the <system.webServer> tag, add the following:
<security>
<requestFiltering allowDoubleEscaping="true" />
</security>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment