I’m using WebLoginPE 1.3.1 on a test website that I want to make part private, like so: domain.com/members/. I’m using the following call on the login page [~18~]:
[!WebLoginPE? &type=`simple` &liHomeId=`24` &loHomeId=`18` &loginFormTpl=`members-login-fpage`!]
which once the user is logged in they go to domain.com/members/index.html [~24~]. However if the user was to accidental go to domain.com/members it displays the ’defaultLoginSuccessTpl.html’
However using this call it will display the login page on /members/ and not ’defaultLoginSuccessTPL.html if they browse to it but the user is still logged in.
[!WebLoginPE? &type=`simple` &liHomeId=`26` &loHomeId=`18` &loginFormTpl=`members-login-fpage` &successTpl=`members-login-fpage`!]
What I want to do is be able to redirect the user back to /members/index.html if they browse to /members/. Is there any way of doing this as I can’t seem to figure it yet!?!