<?php
header("Location: http://www.lutfi.comli.com/blogg/"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>