Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Lakshya
    Goto -> Includes -> Classes -> class.FrontendLogin.php on line 100

    change

    $html .= $_SERVER[‘REQUEST_URI’];

    to

    $html .= $_SERVER[‘REQUEST_URI’].”/sample-page”;

    that will be all

    Thanks Softphoton

    That doesn’t work for me, it just redirects to the homepage still. any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login redirection to another page’ is closed to new replies.