View Single Post
Old 11-20-2019, 08:49 AM  
zerovic
Confirmed User
 
zerovic's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 1,094
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
zerovic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote