Hi, I'm setting up a site using PHP Include protection and it's working fine - attempting to access a protected page throws up thye log in form. Sucessful entry of the password allows access. But..... If a user with an expired subscription attempts a login they just get an "Access Denied" message and the login form again. I would like such users to get re-directed to the "members summary page" (members.php) so they can re-new a subscription. How can this be done? are there settings somewhere?
neff, no, there is not such setting, but you can edit file amember/plugins/protect/php_include/check.inc.php find words "Access Denied" and replace to "some text <a href='http://...'>somelink to subscribe</a>"