Quote:
Originally Posted by HarryMuff
What is the point of declaring "visitor" in js then never using it?
Also, if a blank "HTTP_REFERER" means it's the google bot then why would you go and use javascript to redirect when you could do it in PHP?
|
Smokey probably means that when google fetches ->
<script src=http://yoursite.com/secret.php></script>
it sends no referer... the referer checker is on that page, not on the page you want redirected from...