Okay I have a video host script and I need to protect my .flv videos from hotlinking. I tried this but it doesnt work <Files ~ "\.flv$"> Order Allow, Deny Allow From 123.456.789.098 Deny From All </Files> Code (markup): 123.456.789.098 being the ip of my domain. Any idea why this doesnt work? Is it because my player isnt set up properly? THanks