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 ?
working for me.
On Mon, Dec 21, 2015 at 2:29 PM, Deven Bansod 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
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
Hi
Dne 21.12.2015 v 09:59 Deven Bansod napsal(a):
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.
The demo.phpmyadmin.net should redirect to the https://www.phpmyadmin.net/try/ as this is the landing page for demos. Did it really redirect to URL you mention (without www and without https)?
Can anyone else reproduce the problem or is it some problem specific to my internet connection alone ?
I don't see it.
On Mon, Dec 21, 2015 at 10:59 AM, Deven Bansod 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
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
When I first clicked 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.
Using incognito did not help (which is equivalent to clearing data). This testing was done on Google Chrome.
On Firefox everything works fine even after multiple refreshes.
On Mon, Dec 21, 2015 at 4:54 PM, Dan Ungureanu dan@ungureanu.me wrote:
When I first clicked 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.
Using incognito did not help (which is equivalent to clearing data). This testing was done on Google Chrome.
On Firefox everything works fine even after multiple refreshes.
Same issue with me. Works well on Firefox but fails with same redirection on chrome.
Regards, Deven Bansod * f2012316@pilani.bits-pilani.ac.in*
Le 2015-12-21 07:39, Deven Bansod a écrit :
On Mon, Dec 21, 2015 at 4:54 PM, Dan Ungureanu <dan@ungureanu.me mailto:dan@ungureanu.me> wrote:
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_4_5/... etc. Using incognito did not help (which is equivalent to clearing data). This testing was done on Google Chrome. On Firefox everything works fine even after multiple refreshes.
Same issue with me. Works well on Firefox but fails with same redirection on chrome.
No problem for me in Chrome 46.
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.