This is weird.
Same thing happens if you search for the same terms with bing, msn, aol etc.
I only have one idea atm... Check your .htaccess file for something like this
Quote:
RewriteCond %{HTTP_USER_AGENT} {google|yahoo|msn|aol|bing} [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^(.*)$ some_file.php?$1
|
and delete these lines completely, but make sure to backup .htaccess file first
Let me know if it helps.
Cheers,
z