Thanks Jason, I had to read that several times I figured out where to put everything *late night
Seems to be working. Only trouble is displaying the account disabled message.
So I have
login.php with a message "account disabled" and did SA show region "userActive"
then on profile.php which is where the login.php would direct to, I created a second SA restrict access page with the way you described below allow access userActive= 1. Now what do I put for
ifaccess denied go to:
because if I set it to go login.php it doesn't show the message it just stays there on the login.php
Ed