Azure Website 301 Redirect - Where Do I Put It?

前端 未结 4 513
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 18:08

I want to direct some of my other domains to my primary domain which is hosted at a Windows Azure website.

(For the sake of those that find working with CNAME\'s

4条回答
  •  失恋的感觉
    2020-12-12 19:00

    You can also do the redirect by placing this code in your web.config file under the configuration node:

    
      
        
          
        
      
      
        
          
        
      
    
    

提交回复
热议问题