Loading...
Changes Saved.
Error Occurred!
Home Products Blog Community Support Resellers

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:

  1. Open up your /system/application/config/config.php file
  2. 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';
  3. Enter the URL you want users to be redirected to.
  4. Save your config.php file.



Related Articles