TransparentWorld / Issues

TransparentWorld-Issues
MIT License
0 stars 0 forks source link

301 all domains to transparentworld.org #19

Closed farley13 closed 7 years ago

farley13 commented 8 years ago

We should setup s3 301 redirects to transparentworld.org from all of our other domains currently in AWS. See http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html and http://www.delightedrobot.com/338/amazon-s3-301-redirects/ for more info on s3 redirects.

akarasev commented 8 years ago

Didn't get the point. What kind of requests should be redirected. Please, provide an example.

farley13 commented 8 years ago

Ah - anything to transparent-world.com for instance should be 301-ed. so www.transparent-world.com/ should 301 to www.transparentworld.org - www.transparent-world.com/article/2-elephantpoaching should 301 to www.transparentworld.org/article/2-elephantpoaching

Looking at S3 again today - I think it's too limited to implement this correctly - I think it will be easier/simpler to simply do the redirect in the play app itself. Currently all domains are pointed to the same ELB

akarasev commented 8 years ago

What is the "transparent-world.com"?

farley13 commented 8 years ago

So I ended up getting domains other than transparentworld.org - transparent-world.com is one example - transparentworld.net and transparent-world.net I think I got as well. Largely to try to cover users using the wrong domain. If you look at Route 53 config in AWS you'll see them all - they are all mapped to the same elastic LB.

farley13 commented 8 years ago

@akarasev This looks good to go