ErrorDocument 404 "Old files are taken down regularly, sorry. RewriteEngine On # Remember to escape the percent signs: #RewriteRule .*Ai).mp3 http://wubi.org/media/Hot\%20Chocolate\%20-\%20You\%20Sexy\%20Thing.mp3 [L] #RewriteRule .*Ai).mp3 http://wubi.org/media/Yo\%20La\%20Tengo\%20-\%20Stockholm\%20Syndrome.mp3 [L] #RewriteRule .*Ai).mp3 http://wubi.org/media/Shaikh\%20as-Sodais\%20-\%20Surah\%2056\%20Waqiah.mp3 [L] #RewriteRule .*It.mp3 http://wubi.org/media/Dr.\%20Demento\%20-\%20Shaving\%20cream.mp3 [L] # Muahaha, all (l|st)inkers from myspace are rewritten. RewriteCond %{HTTP_REFERER} ^http://www.myspace.com [NC] RewriteCond %{REQUEST_FILENAME} !cream.mp3$ [NC] RewriteRule .*\.mp3$ /media/Dr.\%20Demento\%20-\%20Shaving\%20cream.mp3 [L] RewriteCond %{HTTP_REFERER} !^http://wubi.org.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.ugcs.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://msittig.*$ [NC] RewriteRule .*\.swf$ - [F,L] #RewriteCond %{HTTP_REFERER} !^http://wubi.org.*$ [NC] #RewriteCond %{HTTP_REFERER} !^http://www.ugcs.*$ [NC] #RewriteCond %{HTTP_REFERER} !^http://msittig.*$ [NC] #RewriteCond %{HTTP_REFERER} !^http://jodi-and-poopy.*$ [NC] #RewriteRule .*\.mp3$ - [F,L] # 'forbidden|F' (force URL to be forbidden) # 'nocase|NC' (no case) # 'last|L' (last rule, start over)