X_X
ayuda!! quiero evitar el hotlink de unas imagenes en mi hosting, no tengo acceso a la configuracion de apache, asiq lo hice a travez de .htaccess pero no resulta.
<ifmodule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://miweb.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://miweb.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.miweb.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.miweb.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/m/view/.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|png|bmp)$ - [F,NC,L]
</ifmodule>
que es lo puede ir mal?. codigos como redireccion de miweb.com a www.miweb.com, si funcionan.