Rupert
Rupert

Reputation: 4347

AWS s3 hosting url rewrite

I want to do a url rewrite on a s3 hosted web site. I know that you can remove the .html and change the content-type, but that isn't the HTML 5 convention, so I'm trying to find another way.

Please let me know if you've had any luck with rewriting a url in s3.

Upvotes: 1

Views: 6889

Answers (1)

Mircea
Mircea

Reputation: 10566

you can sort of do this with S3 already. check out: http://docs.aws.amazon.com/AmazonS3/latest/dev/HowDoIWebsiteConfiguration.html

It's basic (i.e. you won't be able to do all the things that you expect when you want to do url rewriting) but might work for you.

Upvotes: 3

Related Questions