Hello,
I have a webserver running Apache 2.
One of its directories contains text files for download with a non-.txt extension (e.g. file1.yyz, file2.yyz, etc.).
Currently when a user goes to the corresponding URL (e.g. http://mywebserver.com/dir1/file1.yyz) the file is displayed in the browser window. I would instead like the user to get a download prompt, as would happen with an .exe file, for example.
How do I accomplish this?
I realize that this may not necessarily be an Apache issue, but instead might involve settings in the browser (Firefox) or with Windows file associations. If this is the case, that is okay, since there won't be many users who need to download the files.
Thanks in advance,
s1m0ne
|