Ver Mensaje Individual
  #11 (permalink)  
Antiguo 23/04/2015, 15:18
Avatar de lauser
lauser
Moderator Unix/Linux
 
Fecha de Ingreso: julio-2013
Ubicación: Odessa (Ukrania)
Mensajes: 3.278
Antigüedad: 10 años, 9 meses
Puntos: 401
Respuesta: Exceso de banda ancha en un sitio

Podrías hacer una prueba,,, coloca estas reglas en el htaccess, si están enlazando tus imágenes los bloqueara pero los buscadores las seguirán enlazando.
Código Apache:
Ver original
  1. RewriteEngine On
  2. RewriteCond %{HTTP_REFERER} !^$
  3. RewriteCond %{HTTP_REFERER} !tuweb\.es [NC]
  4. RewriteCond %{HTTP_REFERER} !google\. [NC]
  5. RewriteCond %{HTTP_REFERER} !msn\. [NC]
  6. RewriteCond %{HTTP_REFERER} !yahoo\. [NC]
  7. RewriteCond %{HTTP_REFERER} !altavista\. [NC]
  8. RewriteCond %{HTTP_REFERER} !ask\. [NC]
  9. RewriteCond %{HTTP_REFERER} !archive\.org [NC]
  10. RewriteCond %{HTTP_REFERER} !bing\. [NC]
  11. RewriteCond %{HTTP_REFERER} !feedburner.com/.*$ [NC]
  12. RewriteRule \.(gif|jpg|jpeg|bmp|flv|swf|png|pdf)$ - [F,NC]
__________________
Los usuarios que te responden, lo hacen altruistamente y sin ánimo de lucro con el único fin de ayudarte. Se paciente y agradecido.
-SOLOLINUX-