Redirect to index.html for S3 subfolder

前端 未结 6 736
庸人自扰
庸人自扰 2020-12-25 12:37

I have a domain example.com. I have a S3 bucket named example.com setup with an index.html file that works. Now I like to create two s

6条回答
  •  一整个雨季
    2020-12-25 12:45

    You can try setting Redirection rules, Here is an untested rule.

    
      
        
          old
        
        
          old/index.html
        
      
      
        
          new
        
        
          new/index.html
        
      
    
    

提交回复
热议问题