B
bjlv00
Beta
Verificado por Whatsapp
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Esta es la fuente
https://forums.digitalpoint.com/threads/new-google-images-and-traffic.2630989/
- - - Actualizado - - -
He encontrado esto otro:
Try this in your .htaccess:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://google.com/images [NC]
RewriteRule .* new-redirect-url [NC,L]
Optionally, you can append R=301 to RewriteRule flags if you wish to do 301 redirect, like: NC,L,R=301.
Also, adjust referer URL if needed, this is sort of generic solution.
http://stackoverflow.com/questions/3228841/new-google-images-htaccess-redirect-code
Tampoco sé si funciona
https://forums.digitalpoint.com/threads/new-google-images-and-traffic.2630989/
- - - Actualizado - - -
He encontrado esto otro:
Try this in your .htaccess:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://google.com/images [NC]
RewriteRule .* new-redirect-url [NC,L]
Optionally, you can append R=301 to RewriteRule flags if you wish to do 301 redirect, like: NC,L,R=301.
Also, adjust referer URL if needed, this is sort of generic solution.
http://stackoverflow.com/questions/3228841/new-google-images-htaccess-redirect-code
Tampoco sé si funciona