How to send Content-Disposition headers in apache for files?
- by Rory McCann
I have a directory of text files that I'm serving out with apache 2. Normally when I (or any user) access the files they see them in their browser. I want to 'force'* the web browser to pop up a 'Save as' dialog box. I know this is possible to do with the Content-Disposition headers (more info).
Is there some way to turn that on for each file?
…