Hi!
I need to the file proxy.pac be downloaded with
content-type: application/x-ns-proxy-autoconfig
or somethig else…
I entered line to Admin: Configuration->Web->File identification but no effect found. This file sent as default content type application/octet_stream.
Whats wrong?
This file is used for automatic proxy configuration for browsers.
Yours,
SKiller
hcl-bot
2
Subject: How to set content type for file.ext accessed via HTTP?
For all the people with the same problem:
You need to edit the httpd.cnf file in the data directory and add this line:
AddType .pac application/x-ns-proxy-autoconfig # Proxy auto config file
hcl-bot
3
Subject: RE: How to set content type for file.ext accessed via HTTP?
thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you!!!
This was a HUGE help, I was getting very frustrated!