Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/path_to_plogger_install_gallery_if_not_in_root/.*$ [NC]
RewriteCond %{REQUEST_FILENAME} .*jpg$|.*bmp$|.*jpeg$|.*gif$|.*png$ [NC]
RewriteRule \.(jpg|bmp|jpeg|png)$ - [N,F,L]
</IfModule>
1 to 4 of 4