Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: website links (Re: Sourceforge -> https)
On 2021-05-24 at 13:06 -0700, Bart Schaefer wrote:
> On Mon, May 24, 2021 at 12:44 PM Phil Pennock
> <zsh-workers+phil.pennock@xxxxxxxxxxxx> wrote:
> >
> > The site <http://zshwiki.org> appears to be issuing an infinite redirect
> > loop, so I commented out the links I found.
>
> Switching from http to https yields:
>
> There has been a critical error on this website.
> Learn more about troubleshooting WordPress.
So the first thing I did when I saw a redirect loop was try to open the
site in w3m -- I don't have persistent cookies there, and there are no
browser plugins which might be forcing https. :) Also no scripting.
It still ends up redirecting.
Running `curl -v` shows:
http://zshwiki.org --301--> http://zshwiki.org/home/
http://zshwiki.org/home/ --301--> https://zshwiki.org/
https://zshwiki.org/ --301--> http://zshwiki.org/home/
I can only get an error by trying <https://zshwiki.org/home/> directly.
So yeah, I'm leaving that commented-out in the zsh site, pending
evidence that the wiki still exists. I've no idea if it's been up since
<https://www.reddit.com/r/zsh/comments/9catxz/zshwikiorg_down/> two
years ago, at which point it had apparently been down for "at least a
month".
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author