RewriteEngine on
RewriteCond %{REQUEST_URI} ^/(display_img|htmltoimage|img|resourcesDir)
RewriteRule ^.*$ - [L]
RewriteCond %{REQUEST_FILENAME} /.(jpg|gif|png|jpeg|bmp|dib|jfif|tlff|tif)$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !blogsdiy/.org [NC]
RewriteCond %{HTTP_REFERER} !google/.com [NC]
RewriteCond %{HTTP_REFERER} !baidu/.com [NC]
RewriteCond %{HTTP_REFERER} !bloglines/.com [NC]
RewriteCond %{HTTP_REFERER} !feedburner/.com [NC]
RewriteCond %{HTTP_REFERER} !websketch/.com [NC]
RewriteRule .*.(jpg|gif|png|jpeg|bmp|dib|jfif|tlff|tif)$ /resourcesDir/info.jpg [R,NC,L]
RewriteRule /splashresourcedirtest(.*)$ http://s3.amazonaws.com:80/splashresourcedir$1 [P,L]