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?
|