RewriteEngine On RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx RewriteCond %{QUERY_STRING} !(^|&)coral-no-serve$ RewriteCond %{HTTP_REFERER} digg\.com [NC,OR] RewriteCond %{HTTP_REFERER} blogspot\.com [NC,OR] RewriteCond %{HTTP_REFERER} reddit\.com [NC,OR] RewriteCond %{HTTP_REFERER} slashdot\.org [NC,OR] RewriteCond %{HTTP_REFERER} boingboing\.net [NC,OR] RewriteCond %{HTTP_REFERER} del\.icio\.us [NC,OR] RewriteCond %{HTTP_REFERER} engadget\.com [NC,OR] RewriteCond %{HTTP_REFERER} kuro5hin\.org [NC,OR] RewriteCond %{HTTP_REFERER} netscape\.com [NC,OR] RewriteCond %{HTTP_REFERER} somethingawful\.com [NC,OR] RewriteCond %{HTTP_REFERER} technorati\.com [NC,OR] RewriteCond %{HTTP_REFERER} twitter\.com [NC,OR] RewriteCond %{HTTP_REFERER} fark\.com [NC,OR] RewriteCond %{HTTP_REFERER} newsvine\.com [NC,OR] RewriteCond %{HTTP_REFERER} technorati\.com [NC,OR] RewriteCond %{HTTP_REFERER} spurl\.com [NC,OR] RewriteCond %{HTTP_REFERER} furl\.net [NC,OR] RewriteCond %{HTTP_REFERER} stumbleupon\.com [NC,OR] RewriteCond %{HTTP_REFERER} tailrank\.com [NC,OR] RewriteCond %{HTTP_REFERER} icerocket\.com [NC,OR] RewriteCond %{HTTP_REFERER} ma\.gnolia\.com [NC,OR] RewriteCond %{HTTP_REFERER} blinkbits\.com [NC,OR] RewriteCond %{HTTP_REFERER} netvouz\.com [NC,OR] RewriteCond %{HTTP_REFERER} wists\.com [NC,OR] RewriteCond %{HTTP_REFERER} feedmelinks\.com [NC,OR] RewriteCond %{HTTP_REFERER} smarking\.com [NC,OR] RewriteCond %{HTTP_REFERER} linkagogo\.com [NC,OR] RewriteCond %{HTTP_REFERER} osnews\.com [NC,OR] RewriteCond %{HTTP_REFERER} lifehacker\.com [NC,OR] RewriteCond %{HTTP_REFERER} gizmodo\.com [NC,OR] RewriteCond %{HTTP_REFERER} techdirt\.com [NC,OR] RewriteCond %{HTTP_REFERER} arstechnica\.com [NC,OR] RewriteCond %{HTTP_REFERER} techcrunch\.com [NC,OR] RewriteCond %{HTTP_REFERER} extremetech\.com [NC,OR] RewriteCond %{HTTP_REFERER} wired\.com [NC,OR] #add rules ABOVE this one, do NOT change or remove this one, #as it needs to omit the [OR] option for the ruleset to work RewriteCond %{HTTP_REFERER} example\.com [NC] RewriteRule ^/(.*)$ http://%{HTTP_HOST}.nyud.net:8080/$1 [R,L]