Forum Moderators: open

Message Too Old, No Replies

.htaccess file for flash sites

Want to disallow people from stealing bandwidth via my swf files

         

LABachlr

6:54 pm on Sep 7, 2005 (gmt 0)

10+ Year Member



Is there a code for an .htaccess file that will disallow people from stealing bandwidth by inserting the URL to a swf file on my site into their site? Is it the same code as it is for jpg, gif files?

Also, is it possible to set it up so that someone can't look at a file on your site via the direct URL (e.g. www.yoursite.com/flashfile.swf)?

whoisgregg

8:25 pm on Sep 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is it the same code as it is for jpg, gif files?

Yup, you would just change the

jpg
to
swf
. :)

LABachlr

9:02 pm on Sep 7, 2005 (gmt 0)

10+ Year Member



Cool. Thanks.