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
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