Konu
Galatasaray kelimesinde çıkmıyorum
21-06-2009, 17:54:59
#20
archslayer
<?php if (strstr($_SERVER['HTTP_USER_AGENT'], "Googlebot")) {
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.google.com/");
exit;
}
else {
//normal sayfa kodumuz
};
?>
sınırları zorlamak böyle olur herhalde