Quote:
Originally posted by seven
You are very funny man You never built movie galleries did you? If you did you'd know .htaccess is no protection to MOVIE files.
|
You can't use htaccess to protect movies the same way you use it to protect pics, BUT if you know who's hotlinking you, you can deny them access to the server completely
RewriteCond %{HTTP_REFERER}
http://.*thepornspider.com/.*$
RewriteRule ^(.*)$
http://FUCKYOUHOTLINKER.COM
You can also use htaccess in conjunction with a cookie set on the gallery page to protect the movies.
The problem with that is you need to use javascript to set the cookie, and alot of TGPS/MGPS will kick your gallery back if its got javascript on it.