View Single Post
  #1  
Old 04-19-2006, 04:29 AM
yetanotherfcw yetanotherfcw is offline
Member
GB Advanced User
 
Join Date: Mar 2006
Posts: 60
Default Smooth 301 redirect php script

I need a smooth 301 redirect php script. More specifically, I am looking for a script that does the following:

Visitor goes to the page

yourSite1.com/animal/dog/1.html.

The visitor gets 301-redirected to

yourSite2.com/animal/dog/1.html.

How do I do this in php?
Reply With Quote