angeal Junior Member Joined Dec 23, 2009 Messages 151 Reaction score 23 Jan 24, 2013 #1 I`ve been searching over this forum about javascript redirect, but i can`t find it. The example u can see on piratebay. Anybody willing to share the script?
I`ve been searching over this forum about javascript redirect, but i can`t find it. The example u can see on piratebay. Anybody willing to share the script?
N NojWang Newbie Joined Dec 19, 2011 Messages 43 Reaction score 15 Jan 25, 2013 #2 I would be very surprised to find out that TPB didn't use a 301 redirect for their domain change .org --> .se
I would be very surprised to find out that TPB didn't use a 301 redirect for their domain change .org --> .se
F firescape Newbie Joined Feb 1, 2013 Messages 10 Reaction score 0 Feb 1, 2013 #3 There are many ways to redirect with javascript: location.replace('yoursitelink'); location.href = "yoursitelink";
There are many ways to redirect with javascript: location.replace('yoursitelink'); location.href = "yoursitelink";