wmv and .htaccess
Posted by: greentea
Posted on: 2006-05-11 14:56:00
Hi all,
I’ve managed to successfully embedded wmv files on to my pages and appear to play as they are downloading but as soon as I place a .htaccess file the wmvs won’t load.
I have the following in the .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/
I would appreciate any help I can get as I want to be able to stop people from hot-linking my video files and at the same time have my videos load.
Thanks