hi,
hopefuly someone can and will help me.
following situation:
user wants to download a movie from my site via a link:
http://www.mydomain.com/movies/name_abc.avi
name.avi does not exist in that folder
but i want the user to download a movie called "name_abc.avi" anyway.
in the /movies/ folder there is a .avi called "name_xyz.avi".
and the user should download the "name_xyz.avi" but the name of the download should be "name_abc.avi"
i hope you understand
is it possible to make this with .htaccess?
Thanks