View Single Post

  #2 (permalink)  
Old 08-05-2004
Gandalf Parker
 
Posts: n/a
Default Re: how to allow downloading a .map file

jslive@gmail.com wrote in news:cer93f$2lg@odak26.prod.google.com:

> Gandalf Parker wrote:
>>
>> Unfortunately Apache (debian linux in case it matters) is treating

> them as
>> html map files. Is there a way by .htaccess or http.conf to set a
>> particular directory as treating .map files as .txt files?

>
> Remove any AddType or AddHandler referring to .map and add
> AddType text/plain .map


THanks.
I should have added. I was hoping for something spcific to a directory so
that I didnt have to break map files for the whole machine.

Gandalf Parker