Παρακάτω ένα πλήρες αρχείο. Το σώζω σαν index.htm (ή index.php)
<html>
<head>
<meta HTTP-EQUIV=»REFRESH» content=»0; url=/my_dir/my_index.php»>
<META NAME=»Author» CONTENT=»Kranas Athanasios»>
<script type=»text/javascript»>
var URLToRedirect=’http://www.mysite.gr/my_dir/my_index.php’;
window.location.replace(URLToRedirect);
window.location.assign(URLToRedirect);
self.location=URLToRedirect;
top.location=URLToRedirect;
window.location.href=URLToRedirect;
function leload_page()
{
window.location.reload(true); //reload from server
}
</script>
</head>
<body>
</body>
</html>