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.
error when logging in
I just loading Vanilla Forum onto my site.
When I first log in, I'm redirected to
http://://www.calamitiesofnature.com/forum/
Note the extra /
This of course gives me an error message from my browser.
Then when I go back with my browser and log in again, it redirects to the forum correctly.
Am I doing something wrong here?
When I first log in, I'm redirected to
http://://www.calamitiesofnature.com/forum/
Note the extra /
This of course gives me an error message from my browser.
Then when I go back with my browser and log in again, it redirects to the forum correctly.
Am I doing something wrong here?
0
Comments
do you have this line ?
$Configuration['HTTP_METHOD'] = 'http://';
in the original file appg/settings.php we can see the same line but without the / :
$Configuration['HTTP_METHOD'] = 'http';