Remove HTML extension with web config permanently

前端 未结 3 976
北海茫月
北海茫月 2020-12-13 22:19

I am trying to remove html extension from pages using web.config. Below is the code i am using in web.config file


  
    

        
3条回答
  •  一整个雨季
    2020-12-13 22:25

    URLRewrite 2.0 rule (insert this part inside system.webServer node) that replaces .html from url:

    
        
            
                
                
                    
                    
                    
                
                
            
            
                
                
                    
                
                
            
        
    
    

提交回复
热议问题