How to Redirect Members Login to a Custom Page Instead of the Members Area
JEM redirects users to the members area by default when they login from your JEM home page, or through the main Login area.
If you want them to be redirected to a different URL, such as back to your home page to shop, follow these steps:
- Open up your /system/application/config/config.php file
- Edit the following config entry. If you don't have one, enter it on one line:
$config['member_url_login_redirect'] = 'http://www.yourdomain.com/redirect.php'; - Enter the URL you want users to be redirected to.
- Save your config.php file.
