Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[SOLVED] Login error, places extra "://" in address bar
Hi,
I tried searching the forums, but the search bar here doesn't seem to functional well on my end. Simple keywords provide empty results, perhaps I'm doing something incorrectly?
Either way, whenever I login, an extra
/ gets placed in my address bar, so http://mywebsite.com becomes http://://mywebsite.com, which will be a drag for users when I go live. Any suggestions as to where to look? Thank you!
I tried searching the forums, but the search bar here doesn't seem to functional well on my end. Simple keywords provide empty results, perhaps I'm doing something incorrectly?
Either way, whenever I login, an extra

0
Comments
Solution is to make sure that in conf/settings.php, HTTP_METHOD is set to 'http' not 'http://', or at least that is what worked for me.
Muchas Gracias! Me tenia loco ese problema!
It's perfect!