Domain redirect

vpeersz

Regular Member
Joined
Dec 13, 2014
Messages
249
Reaction score
13
Hi!
I want be safe so i think one domain per 30 account its ok. But i dont want do just simple redirect cause twitter can recognize this really fast. I read in wizzard journy (but i cant find) about some script to redirect (domain on hosting).
Or maybe something like redirect to my site after 2-3 seconds?
Any ideas?
 
Anyone? I need this script.
 
Insert this code just after the <head> tag on a static HTML page.

<meta http-equiv="Refresh" content="10;URL=http://new_site.com">

Replace 10 with the delay you need.
 
Insert this code just after the <head> tag on a static HTML page.

<meta http-equiv="Refresh" content="10;URL=http://new_site.com">

Replace 10 with the delay you need.
And you think this is safe method? I mean twitter can detetect this redirect?
 
I'm pretty sure Twitter can follow meta-refresh redirect also. If Google can do it, why can't Twitter.
 
OK i had domain and script to redirect.
But now only redirect from www.domain.com or for every subpage create subpage on second domain also?
 
Back
Top