Skip to content

AWS

Setting up 301 redirects with AWS load balancer

If for some reason, you don’t want to set up 301 redirects within your application (e.g. using redirect modules or plugins provided by/for popular CMSs) and/or you want to move redirect rules out of the configuration files on your server, moving them up to the load balancer level might be the best option for applications hosted on AWS. As an example, this might be useful for web applications that run on multiple platforms and/or servers behind a load balancer, which serves as a reverse proxy.… Read More »Setting up 301 redirects with AWS load balancer