Hi All.
I have text files that are gziped, so they have the format of whatever.txt.gz on the server. My application links to them as whatever.txt.
What I want, is for people to click on it and receive just the plain text (i.e. i want the browser to uncompress it on the fly) but whatever I try it keeps asking me to download the zipped file when I click on the link through my browser.
I have this in my httpd.conf file..
AddEncoding x-gzip gz tgz
... and I even have an installation of apache on another machine that gives me the behavior that I want! I've examined both httpd.conf files, but I can't find my missing link. Anyone have any suggestions?
-Hal Plunkett
I have text files that are gziped, so they have the format of whatever.txt.gz on the server. My application links to them as whatever.txt.
What I want, is for people to click on it and receive just the plain text (i.e. i want the browser to uncompress it on the fly) but whatever I try it keeps asking me to download the zipped file when I click on the link through my browser.
I have this in my httpd.conf file..
AddEncoding x-gzip gz tgz
... and I even have an installation of apache on another machine that gives me the behavior that I want! I've examined both httpd.conf files, but I can't find my missing link. Anyone have any suggestions?
-Hal Plunkett