Hi, When my members log in (login.php) they should go to the members personal page (member.php) where the links to the products, renewals etc are. What has been happening is that this members page is bypassed and members are redirected to the protected area without seeing their own page. Can anyone tell me how to fix this? Thanks Adrian
In amember/templates/login.html You'll see the line: <input type="hidden" name="amember_redirect_url" value="{$redirect_url|escape}" /> change to <input type="hidden" name="amember_redirect_url" value="/amember/member.php" />