Unable to remove a URL rewrite from IIS7

前端 未结 3 786
不思量自难忘°
不思量自难忘° 2021-01-04 03:55

I\'ve spent hours trying to solve this so I\'m posting as a last resort..

I\'ve tried removing some URL rewrites that were pointing a webpage from HTTP to HTTPS.

3条回答
  •  我在风中等你
    2021-01-04 04:24

    It seems that there is an output cache that caches the redirect response before it reaches the URL rewrite rules again. It can be turned off:

    
        
    
    

    Be aware though that this is output cache for the whole application, so it might affect something else. In any case it can be utilized and then commented out to clean the state of url rewrite rules.

提交回复
热议问题