Wednesday, January 10, 2007

Cell Repiration Lab Questions

php Header Redirect PHP Redirect 301 for google

how to make a redirect with php?

The syntax is as follows:
header ("Location: http://www.miosito.it");


Then there is another type of redirect, the 301 moved permanently redirect you need to tell Google and other search engines that a page that no longer exists and has been replaced with a new one. This
syntax:

Header ("HTTP/1.1 301 Moved Permanently");
Header ("Location:
pagina_nuova.php");

NOTE
To run the page that appears to be empty, there must be an even Pazio!

0 comments:

Post a Comment