I recently got a domain name for my web site. So, I added a redirect code to my old URL index.html file. Here it is:
<script language = "Javascript">
<! --hide from old browsers
var time=null
function move() {window location = 'new URL'}
//
</script>
It works, people are redirected to the new URL but they can no longer use the "Back" button to leave my site. If they try it, they come back to my old URL that send them basc to the new URL. Does somebody know how to correct that?
Thanks in advance,
ffaucher
<script language = "Javascript">
<! --hide from old browsers
var time=null
function move() {window location = 'new URL'}
//
</script>
It works, people are redirected to the new URL but they can no longer use the "Back" button to leave my site. If they try it, they come back to my old URL that send them basc to the new URL. Does somebody know how to correct that?
Thanks in advance,
ffaucher