Revision history [back]
There is a redirect loop, that means that some url parameter is set up incorrectly.
Please post values of ASKBOT_URL
, LOGIN_URL
, LOGIN_REDIRECT_URL
from your settings.py
file.
On top of that, it is possible that the infinite redirect is set up in the web server configuration, take a look there as well.