Forum Moderators: bakedjake
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER}!>http://www.example.us [NC]
RewriteCond %{HTTP_REFERER}!>http://example.us [NC]
RewriteCond %{HTTP_REFERER}!>http://123.123.123.123 [NC]
ReWriteRule .*\.(jpg¦wav¦gif¦png¦mp3)$ http://www.example.com/rasberry.gif [R,L]
This works fine with my embedded mp3 files:
<embed src="nane.mp3" width=145 height=60 autostart="false">
However it does not seem to work with my embedded WAV files.
Any ideas?
[edited by: Brett_Tabke at 5:28 am (utc) on Mar. 10, 2003]
[edit reason] fixed links [/edit]