Jump to content

Redirect after User Authentication


matvespa

Recommended Posts

I got a password protected page which is called AdminHome.php and AdminTest.php and both of them are password protected page which mean user are require to log in to view the content of both pages.

 

When a user logged in, by default they are automatically directed to the AdminHome.php. When a user keyed in www.MYSITE.com/AdminTest.php on the address bar, they are redirected to the login page if they have not logged in.

 

Im lost at the next step. After the user have logged in successfully, i want them to be redirected to AdminTest.php as that is what they entered on the url before they logged in. How can i do this? Thanks!

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/203946-redirect-after-user-authentication/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.