This doc covers the AWS setup required for redirects to this repo.
The following domain names are being forwarded to this site via AWS:
In order to properly wrap the SSL certificates on traffic from these sites, and prevent certificate errors during the redirect, each site is pointed at a CloudFront instance, which then adds the SSL, and redirects the traffic to the heroku instance, which handles any redirects, and then the user reaches weteachblockchain.org.
The heroku server handles any path redirects from the old site. For the full details, check this repo: https://github.com/BlockchainInstituteChi/redirectServer
The CloudFront instances are configured to use the S3 bucket as the ‘origin’, and must be configured with the apex domain as well as the “www” subdomain for proper forwarding behaviour.
For proper results, the apex domain should point directly to CloudFront, and the www. subdomain should point to the apex domain.