angularjs html5mode refresh page get 404

前端 未结 6 765
轮回少年
轮回少年 2020-12-08 21:53

I\'ve created an app using AngularJS with GAE (Google App Engine – Java).

I want to convert it compatible with SEO.

index.html

6条回答
  •  甜味超标
    2020-12-08 22:06

    for me, the fix to the the following line as the first line inside tag of you index (main) page:

    
    

    Plus you need to configure IIS rewrite rule as following: (make sure you install iis rewrite extension first)

     
    
      
        
          
          
                        
                        
                        
                        
          
          
        
      
    
        
    

提交回复
热议问题