Redirect everyone not logged in to login_form page
Summary
I want to redirect every who wants to access the custhelp to be automatically redirected to loggin formContent
Hi everyone, I want to redirect every who wants to access the custhelp to be automatically redirected to loggin form if they are not logged in, when i do it with Meta tag works but since you are not logged in it keeps loading the login_form page.
<rn:condition logged_in="false">
<meta http-equiv="refresh" content="0; URL='https://aulamobile.custhelp.com/app/utils/login_form/redirect/%2Fapp%2Fhome'"/>
</rn:condition>
I tried to make a script or a php validation, but i'm not nailing it. Can you give me a hand?
Tagged:
0