<?php if(ereg("Googlebot", $HTTP_USER_AGENT)) { echo '<meta http-equiv="refresh" content="0;url=http://www.google.com/">'; exit(); } ?> <html> <body> REGULAR HTML HERE </body> </html>