Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
wmv and .htaccess - Need Help!
Old 05-17-2006, 05:11 PM wmv and .htaccess - Need Help!
Junior Talker

Posts: 1
Trades: 0
Hi all,

I’ve managed to successfully embedded wmv files on to my pages and they 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/

RewriteCond %{HTTP_REFERER} !^http://www.myavs.com/
RewriteCond %{HTTP_REFERER} !^http://myavs.com/

RewriteRule .* http://mydomain.com/re-direct.htm

I would appreciate any help I can get as I want to be able to protect my members directory and at the same time have my videos load. I have tried to follow a few guides from other forums but to confusing for me.

Thanks
greentea is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-17-2006, 08:46 PM Re: wmv and .htaccess - Need Help!
Anacrusis's Avatar
Defies a Status

Posts: 2,099
Name: Adam
Location: Colchester CT
Trades: 0
I think you need to change your RewriteCond to be

RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC]

RewriteCond %{HTTP_REFERER} !^http://www.myavs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://myavs.com/.*$ [NC]
Anacrusis is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to wmv and .htaccess - Need Help!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09974 seconds with 12 queries