It this line case sensitive the way you have it written?
Quote:
RewriteRule .*\.(asf|mpg|mpeg|wmv|avi|rm|gif|jpeg|jpg|zip)$ - [NC,F,L]
|
Also if you want to serve up a hotlink image do you write it like this.
Code:
RewriteRule .*\.(asf|mpg|mpeg|wmv|avi|rm|gif|jpeg|jpg|zip)$ path/to/hot.gif [NC,F,L]