
Iniciado por
danielmd
El mío cambia a una imagen personalizada.
Código:
Options -Indexes
Options +FollowSymLinks
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://soycachanilla.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://soycachanilla.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soycachanilla.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soycachanilla.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://foro.soycachanilla.com/.*$ [NC]
#aparte de mi estos pueden leer mis imagenes.
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/m/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.feedburner\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://feeds.feedburner.com/Soycachanilla$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.labajaenred\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.friendfeed\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.live\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mail.google\.com$ [NC]
#Cambia la imagen robada por otra
RewriteRule .*\.(gif|jpg|jpeg|png|bmp)$ http://i44.tinypic.com/2l6ss2.gif [R,NC,L]
</IfModule>
# END WordPress Y los que estan suscritos a tu blog por medio del mail de la opción de feedburner pueden ver las imagenes?
Aquí no hay sentimientos, se trata de dinero y negocios!