Closed elondaits closed 9 years ago
good point. How can we avoid this? I think we have a mess connected to the English translation (which is still in Spanish) of the IMAGINARY Uruguay event site. I added a redirection from imaginary.org/uruguay to the Spanish page (maybe this caused the problem?).
It's fixed now.
The problem was that:
so, when accessing http://imaginary.org/event/imaginary-uruguay-un-viaje-por-la-matematica the following happened:
Creating URL redirects is a bit dangerous because of things like this. To avoid problems one has to make sure that the redirect doesn't duplicate any existing URL, as it can replace it / block it or generate this kind of loops.
In this case to solve it I just removed the URL redirect, as it wasn't needed because the auto-path was identical and enough.
When opening
http://imaginary.org/event/imaginary-uruguay-un-viaje-por-la-matematica
the system informs of a redirect loop.