Hi
Dne 21.12.2015 v 12:24 Dan Ungureanu napsal(a):
On Mon, Dec 21, 2015 at 10:59 AM, Deven Bansod <devenbansod.bits@gmail.com mailto:devenbansod.bits@gmail.com> wrote:
Hi all, The demo server link : http://demo.phpmyadmin.net is running into a redirect loop for me. The other link http://phpmyadmin.net/try/ seems to open up, but opening any of the versions again leads to a redirect loop. Can anyone else reproduce the problem or is it some problem specific to my internet connection alone ? -- Regards, Deven Bansod ** *<mailto:f2012316@pilani.bits-pilani.ac.in>* _______________________________________________ Developers mailing list Developers@phpmyadmin.net <mailto:Developers@phpmyadmin.net> https://lists.phpmyadmin.net/mailman/listinfo/developers
When I first clicked http://demo.phpmyadmin.net http://demo.phpmyadmin.net/ it worked fine. Now http://demo.phpmyadmin.net is a redirect loop (last page is http://demo.phpmyadmin.net////////////). Maybe the page that was displayed when I first clicked was cached.
Also, all links on https://www.phpmyadmin.net/try/ lead to redirect loops: https://demo.phpmyadmin.net/STABLE//STABLE//STABLE/STABLE//STABLE/... https://demo.phpmyadmin.net/QA_4_5//QA_4_5//QA_4_5/QA_4_5//QA_4_5/QA_4_5/QA_...... etc.
Hmm, looking at the server setup, this indeed happens when you access the demo using HTTPS, it just would redirect you to http with wrong URL. But it seems that your browser uses HSTS for phpmyadmin.net for some reason as all links to the demo are HTTP...
I've changed the setup to not enforce HTTP on the demo server, hopefully the hardware will be able to handle HTTPS requests.