11-02-2016, 06:34 AM
Sorry if this isn't the right place to post but when I click on the bugs forum I'm getting an error 500 from your page.
So I created an override to login.php in the usersc folder, and its contents are:
require_once '../users/init.php';
Redirect::to('../dashboard/login.php');
And it indeed works, and redirects normally and the login form works well, except that I'm getting a double slash on the url:
http://example.com//dashboard/login.php
And when I login I get a triple slash:
http://example.com///users/account.php
Anyway we can fix this?
So I created an override to login.php in the usersc folder, and its contents are:
require_once '../users/init.php';
Redirect::to('../dashboard/login.php');
And it indeed works, and redirects normally and the login form works well, except that I'm getting a double slash on the url:
http://example.com//dashboard/login.php
And when I login I get a triple slash:
http://example.com///users/account.php
Anyway we can fix this?