• Resolved project519

    (@project519)


    I am trying to setup a custom redirect so that each user is redirected to their own custom page http://www.domain.com/”$user_login”. So far the best I can do is display the custom link via the code below:

    global $display_name , $user_login;
    get_currentuserinfo();
    echo $display_name . “You can access Your Secure Patient Potal by visiting: http://www.domain.com/” . $user_login;

    If anyone can provide me with the code to redirect it would be greatly appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom Redirect’ is closed to new replies.