IIS7 URL Rewrite - Add “www” prefix

后端 未结 4 1607
鱼传尺愫
鱼传尺愫 2020-12-03 16:57

How to force example.com to be redirected to www.example.com with URL rewriting in IIS7? What kind of rule should go into the web.config? Thanks.

4条回答
  •  自闭症患者
    2020-12-03 17:42

    To make it more generic you can use following URL Rewrite rule which working for any domain:

    
    
    
        
            
                  
                  
                  
                     
                  
                  
               
            
        
    
    

提交回复
热议问题