Basic .htaccess redirects are pretty simple when you're just taking one static url and pointing it to another. How about when you need to redirect multiple URLs that contain a…
When using https with an AWS ELB the normal redirect of http requests to https can cause a redirect loop. We have to look at the request, make sure it's…