RewriteEngine on
RewriteCond %{REQUEST_FILENAME} .*\.(jpg|jpeg|png) [NC]
RewriteCond %{HTTP_REFERER} !localhost [NC]
RewriteRule .* b.png
ExpiresActive On
ExpiresByType image/jpeg "access plus 1 month"
<FilesMatch "\.(gif)$">
header set Cache-control "no-store,must-revalidate"
</FilesMatch>RewriteEngine on
RewriteCond %{REQUEST_FILENAME} .