Top "Redirect-loop" questions

.htaccess rewrite "/book.php?id=1234" to "/book/1234"

This is what I have so far in my development environment: php_value error_log log/php.log php_value …

apache .htaccess mod-rewrite url-rewriting redirect-loop
nginx redirect loop with ssl

This is a very similar problem to Nginx configuration leads to endless redirect loop but that discussion has not led …

redirect ssl nginx redirect-loop
AWS Load Balancer ERR_TOO_MANY_REDIRECTS

I've been dipping into AWS for the 1st time am bit stuck with a problem trying to set up a …

amazon-web-services portforwarding amazon-elb redirect-loop
Redirect Loop error in CodeIgniter

I worked on this for a day. I get this same problem, but I don't understand. <?php class Users …

codeigniter-2 codeigniter-url redirect-loop
Nginx reverse proxy causing infinite loop

I have the following in my Nginx site config file: server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; …

redirect nginx virtualhost reverse-proxy redirect-loop