12-23-2016, 09:00 PM
Sorry for the slow response. I wanted to make sure I was able to recreate your situation.
What do you have in the
/usersc/scripts/custom_login_script.php file?
It should be
If you have that, then the next place I would look is your .htaccess file. I'm guessing that you have some form of URL rewriting on that's getting in the way. Try renaming .htaccess to something else and see what happens.
What do you have in the
/usersc/scripts/custom_login_script.php file?
It should be
Code:
Redirect::to('../../users/account.php');
If you have that, then the next place I would look is your .htaccess file. I'm guessing that you have some form of URL rewriting on that's getting in the way. Try renaming .htaccess to something else and see what happens.