H howit Junior Member Joined Feb 23, 2012 Messages 196 Reaction score 8 Mar 1, 2012 #1 hey does anyone know how to find a basic redirect script or know anyone offering this type of service? any thoughts are welcome and would be helpful.
hey does anyone know how to find a basic redirect script or know anyone offering this type of service? any thoughts are welcome and would be helpful.
F fattachelli Registered Member Joined Jul 22, 2010 Messages 69 Reaction score 6 Mar 1, 2012 #2 Hey I pmed you with my skype name
V VagabondEntrepreneur Newbie Joined Dec 5, 2011 Messages 13 Reaction score 2 Mar 1, 2012 #3 Does this have anything to do with the thread that got massive traffic in the past 24 hours?
lanbo Elite Member Jr. VIP Premium Member Joined Aug 23, 2009 Messages 4,500 Reaction score 677 Mar 1, 2012 #4 VagabondEntrepreneur said: Does this have anything to do with the thread that got massive traffic in the past 24 hours? Click to expand... Which thread is that?
VagabondEntrepreneur said: Does this have anything to do with the thread that got massive traffic in the past 24 hours? Click to expand... Which thread is that?
M mmBob Newbie Joined Feb 16, 2009 Messages 31 Reaction score 6 Mar 15, 2012 #5 like this? Code: <?php header("Location: httpfoobar.com"); ?>
S sbchen Newbie Joined May 3, 2012 Messages 16 Reaction score 1 May 7, 2012 #6 you might have some problems with the php Location header.. if so you can try (JS): Code: <script type="text/javascript">window.location = "URL"</script>
you might have some problems with the php Location header.. if so you can try (JS): Code: <script type="text/javascript">window.location = "URL"</script>