Quote:
Originally Posted by dougeetx
Code:
<?php
/* insert a cloaking script here to detect whether the visitor is
Googlebot */
if (Googlebot) {
echo '<meta http-equiv="refresh" content="0;url=http://www.google.com/">';
exit();
}
else {
echo "<p>My PR10 page!</p>";
}
?>
|
At least you learned this after 5 years
