Forum Moderators: open
i'm new here sorry if i post in the wrong bored
i have question how can i disable (mp3 format file) going to cookie by useing .htaccess
what i'm trying to say i have songs in my website & everytime ppl playing it is going to there cookie folder how can i disable it?
any help plezzz
I may be wrong, but I think you probably mean the browser cache folder as opposed to the cookie folder.
It isn't easy to prevent caching of files like this, since in order to play, it must be downloaded to a user's computer. However, you could try to use additional techniques like audio streaming which will make it more difficult for users to obtain a copy of your mp3. E.g. load the mp3 via a flash/swf file or some similar mechanism and attempt to make it harder for users to retrieve it from their local cache that way - similar to myspace or youtube.
if i cant Disable cookie by using .htaccess what about any other way ?