<?php
header("Location: /index.php?module=auth&action=show_login_form"); /* Redirect browser */
//header("Location: http://www.example.com/"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>