Welcome Guest, Not a member yet? Register   Sign In
301 redirect to an external site [Solved]
#2

[eluser]Clooner[/eluser]
Use the php function!
Code:
header('Location: http://www.yoursite.com', TRUE, 301);
exit(0);


Messages In This Thread
301 redirect to an external site [Solved] - by El Forum - 08-18-2010, 05:28 AM
301 redirect to an external site [Solved] - by El Forum - 08-18-2010, 06:19 AM
301 redirect to an external site [Solved] - by El Forum - 08-18-2010, 06:21 AM
301 redirect to an external site [Solved] - by El Forum - 08-18-2010, 06:57 AM
301 redirect to an external site [Solved] - by El Forum - 08-18-2010, 07:09 AM
301 redirect to an external site [Solved] - by El Forum - 08-18-2010, 07:34 AM
301 redirect to an external site [Solved] - by El Forum - 08-18-2010, 08:25 AM
301 redirect to an external site [Solved] - by El Forum - 08-19-2010, 01:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB