''Ex. gms.smartsimple.com/welcome/MyFolder/?u=1''
'''Virtual Alias for a Custom Login Page'''
If you are using Content Management for a separate login page using virtual alias, you will need add the origin URL on the page to ensure users who login from this page get redirected back to the same page after logging out.
This must be added within the <form> tags, preferrably after <form method="POST">:
<input type="hidden" name="origin" value="'''''url'''''" />
Ex.
<pre>
<form method="POST">
<input type="hidden" name="origin" value="/welcome/MyFolder/?u=1" />
</pre>
[[Category:Variables]]