Rewrite Subfolder to Subdomain in web.config

前端 未结 2 1201
北恋
北恋 2020-12-10 05:59

I\'m attempting to write a rewrite rule for the following scenario.

User attempts to load this picture:

domain.com/images/folder/picture.jpg
<         


        
2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-10 06:26

    NOTE: Changing the rule to be a redirect instead of a rewrite fixes the problem. Ideally you want it to be a redirect but I have spent many hours trying to get the rewrite to work, and so far no solutions yet.

    
    
    
    
    

提交回复
热议问题