Foros del Web » Administración de Sistemas » Apache »

Anti Links de Imagenes

Estas en el tema de Anti Links de Imagenes en el foro de Apache en Foros del Web. hola pongo esto en el images/.htaccess RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://ps2rip.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://ps2rip.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.ps2rip.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.ps2rip.net$ [NC] RewriteRule ...
  #1 (permalink)  
Antiguo 07/04/2005, 11:19
rgc
 
Fecha de Ingreso: septiembre-2003
Mensajes: 2
Antigüedad: 20 años, 7 meses
Puntos: 0
Anti Links de Imagenes

hola
pongo esto en el images/.htaccess

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://ps2rip.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://ps2rip.net$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.ps2rip.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.ps2rip.net$ [NC]

RewriteRule .*\.(jpg|jpeg|gif|png|bmp|)$ - [F,NC]

no consigo que funcione y no se lo que falla .

http://ps2rip.net/images/DigitalDevilSaga.jpg
como veis se ve las imagenes .

Última edición por rgc; 07/04/2005 a las 14:22
  #2 (permalink)  
Antiguo 13/04/2005, 10:47
 
Fecha de Ingreso: abril-2005
Ubicación: Argentina
Mensajes: 33
Antigüedad: 19 años
Puntos: 0
antileech

Código:
RewriteEngine On 
RewriteCond %{HTTP_REFERER} !^http://(www.)?sitioweb1.*/.*$ [NC] 
RewriteCond %{HTTP_REFERER} !^127.0.0.1/.*$ [NC] 
RewriteCond %{HTTP_REFERER} !^http://www.sitioweb2.com/.*$ [NC] 


RewriteRule [^/]+.(gif|jpg|png)$
{http://www.sitioweb1.com/stop.gif} [R,L]
__________________
Staff Soporte
ihServer.Net
www.ihserver.net
Hosting - Resellers - Dedicados
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 07:02.