PDA

View Full Version : .htaccess and RealVideo???


Terra
07-30-2001, 06:29 PM
Hi,

I've been using Xcite's .htaccess code and so far so good. However, it doesn't work when I put it into a folder with RealVideo .rm and .ram files. Could this be due to the metafile calling the app on the client side?

Has anyone been able to use an htaccess file with this file type? My code is as follows:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*your-domain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://id.adultcheck.com/ [NC]
RewriteRule /* http://%{HTTP_HOST}/ [R,L]

Pretty basic and simple.

Thanks for any help,
Terra

mr. mpg
07-30-2001, 07:16 PM
I think what is happening is when Real player trys to stream the video file you lose the header info causing your htaccess file to deny the request. I would try and post this same thread over at the tech board if someone else cant offer some more help. I use zeus on my machines, so this is not a problem.
http://www.topniche.com/tech/

Terra
07-30-2001, 07:24 PM
Thanks, Mr. Mpg. I just did that.


Stream away...


Terra