Hi.
I have a secure web page and users to access it must register.
After registration and login page when they access.
I would like to make a module to redirect users after logging on page after gaining access a link.
Function can be used: Header ("Location: / $ directory"); ???
My current code is:
</head>
<body Header("Location: /$directory");>
<div id="space"><br></div> <div id="container"> </div> </body> </html>