When a user logs out they are taken to the domain's default/index page where aMember is installed. How can I set a specific page for the logout to be redirected to? Thanks
In your logout link do something like this http://example.com/amember/logout.php?amember_redirect_url=/mydir/landing.php
Thanks, this is exactly what I was looking for. Expected to see a logout redirect setting in Global settings, then checked Advanced, and then I went to the online manual. Didn't find it in any of those places.