SuperPhil New member Jun 24, 2009 67 0 0 www.imperatodesign.com Aug 12, 2009 #1 I was wondering if any of you knew a good tutorial on how to effectively redirect your links?
Icecube Up 24h/day Mar 14, 2007 1,169 9 0 Europe Aug 12, 2009 #2 <?php header("Location: http://www.yourofferurl.com") ?> or in asp <% Response.Redirect "http://www.yourofferurl.com" %>
<?php header("Location: http://www.yourofferurl.com") ?> or in asp <% Response.Redirect "http://www.yourofferurl.com" %>
Tedel between her boobs Feb 21, 2008 802 4 18 46 Peru heptagrama.com Aug 12, 2009 #3 Insert in your .htaccess file: redirect 301 /path-to-old-file.html http://path-to-new-file.html Don't include http in the old file and do include http:// in the new file. Repeat as needed.
Insert in your .htaccess file: redirect 301 /path-to-old-file.html http://path-to-new-file.html Don't include http in the old file and do include http:// in the new file. Repeat as needed.
SuperPhil New member Jun 24, 2009 67 0 0 www.imperatodesign.com Aug 12, 2009 #4 Thanks <?php header("Location: http://www.yourofferurl.com") ?> Was what i was looking for +rep for both
Thanks <?php header("Location: http://www.yourofferurl.com") ?> Was what i was looking for +rep for both