Hola que tal tengo un blog con la plataforma wordpress e intentando evitar el hotlink copie de un comentario que estaba en el foro que dice lo siguiente:
# Disable Hotlinking
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?tusitio\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/m/view/.*$ [NC]
RewriteRule \.(jpg|jpeg|png|gif|ico|swf)$ http://tinypic.com/imagenqueutilizarás.jpg [NC,R,L]
La cuestion es que luego de haber reemplazado "tusitio", el link de la imagen y colocado este codigo en mi .htaccess.
Lo que sucedio que no solo que no evite el hotlink sino que lo que evite fue que los post individuales se vean. Es decir el index del blog aparece, mientras que todos los post son:
Not Found
The requested URL /hoy-en-consentidos-capitulo-20/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Si alguien conoce la solucion y me puede ayudar, muchas gracias de antemano. Saludos.
# Disable Hotlinking
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?tusitio\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/m/view/.*$ [NC]
RewriteRule \.(jpg|jpeg|png|gif|ico|swf)$ http://tinypic.com/imagenqueutilizarás.jpg [NC,R,L]
La cuestion es que luego de haber reemplazado "tusitio", el link de la imagen y colocado este codigo en mi .htaccess.
Lo que sucedio que no solo que no evite el hotlink sino que lo que evite fue que los post individuales se vean. Es decir el index del blog aparece, mientras que todos los post son:
Not Found
The requested URL /hoy-en-consentidos-capitulo-20/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Si alguien conoce la solucion y me puede ayudar, muchas gracias de antemano. Saludos.