Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/08/2012, 07:33
3nr1c
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: bloquear url manual

Esto lo puedes hacer con el archivo .htaccess:

Código .htaccess:
Ver original
  1. RewriteEngine  on
  2. RewriteCond %{HTTP_REFERER} !^http://(www\.)?miweb\.com/.*$ [NC]
  3. RewriteRule \.(jpg|JPG|gif|png)$ - [F]

Saludos