# 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://pcdigital.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://pcdigital.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pcdigital.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pcdigital.org/.*$ [NC]
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://feeds2.feedburner.com/PcDigital$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.planetaki\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.bloglines\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.live\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.yahoo\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://forobeta.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://forobeta.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.nierox.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.nierox.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://alanrodriguez.mx$ [NC]
RewriteCond %{HTTP_REFERER} !^http://alanrodriguez.mx/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.inblogos.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.inblogos.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.portalmovil.net$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.portalmovil.net/.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|png|bmp)$ http://i563.photobucket.com/albums/ss80/AlanRguez/antihotlink.png [R,NC,L]
</IfModule>
# END WordPress