Search code examples
amazon-web-servicesamazon-s3mod-rewrite

Mod_rewrite on Amazon S3


Is it possible to use mod_rewrite on Amazon S3?

www.example.com/about.html -> mybucket.s3.amazon.com/index.html
www.example.com/welcome.html -> mybucket.s3.amazon.com/index.html
www.example.com/contact.html -> mybucket.s3.amazon.com/index.html

Solution

  • In this case you can use Error Document.

    enter image description here