Dynadot — .com Registration $8.99

Old host is blocking redirect to new host

Spacemail by SpaceshipSpacemail by Spaceship
Watch

backlasher55

Account Closed
Impact
0
Not sure I'm in the right spot , if I am not, I apologize.
Wasn't sure where to ask this question........ One of my sites which I recently just gave it.. it's own domain and new host ( it was on a fee web host )
is experiencing some problems.
This doesn't happen all the time but enough to be bothersome and it needs to be fixed.
When a viewer visits the old site with the redirection I have on it to the new host , it will occassionally pull ad's from the old host and block the redirection.
Not sure how to get around this problem.
(Keep in mind this doesn't happen to everyone.... just a few and not at any particular time or reason.)
The old host was "Angelfire" and new host is Go Daddy which is where I keep almost all my other sites and I haven't run across this problem before.
Any suggestions or remedies?
Any help would be appreciated.
Thanks in advance
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
How are you performing the redirection?
 
0
•••
Code:
<meta http-equiv="refresh" content="0; url=http://www.newsite.com">
<script>
window.location.replace('http://www.newsite.com');
window.location = 'http://www.newsite.com';
</script>
We've moved! Please <a href="http://www.newsite.com">Click Here</a> and Update Your Bookmarks.
If that doesn't work, I'm scared.
 
0
•••
To add onto Jim's multiple methods- if you can use .htaccess:
Code:
Redirect / http://www.newsite.com
and/or
Code:
RewriteEngine on
RewriteRule (.*)? http://www.newsite.com [R,NC,L]
(untested)
 
0
•••
Thanks Again ,
The windows.location.replace script seems to have cured the problem,
I was using a <meta http-equiv="refresh" content="0; url=http://www.newsite.com">
sorry I was so slow replying.......
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back