hi
<script type="text/javascript">
<!--
if (window.location.href !="http://127.0.0.1/schnaeppchenhai/index.htm"){
location.replace("http://127.0.0.1/schnaeppchenhai/index.htm");
window.location.href="http://127.0.0.1/schnaeppchenhai/index.htm";
}
//-->
</script>
du kannst doch net window.location.href abfragen. du kannst das nur setzen. versuch mal mit "window.host" und "window.pathname" die aktuelle url abzufragen und das kannst du dann vergleichen und mit "window.location.href" die addresse ändern.