Published in: PHP
This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let Google know your address has changed.
Comments
Subscribe to comments
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
tylerhall on 04/16/07
16 people have marked this snippet as a favorite
damarev
basicmagic
mafro
hudge
vali29
willcodeforfood
skywalker
bioascii
ledzep
digiloper
ibomb
romanos
Juego
pixelhandler
chph
blackabee
Published in: PHP
This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let Google know your address has changed.
Subscribe to comments
You need to login to post a comment.
It might also be wise to add a "exit();" afterwards just in case the browser doesn't behave.