Hi all
I've found the solution
i had to add
RemoveType application/x-gzip .gz .tgz
to the top of my .htaccess file or comment out the
AddType application/x-gzip .gz .tgz
from my httpd.conf
thanks to those who helped.
Marco
hold on!
I was playing with my virtual hosts and get this error message
"... AllowOverride not allowed here..."
in my localhost virtual host
<VirtualHost 127.0.0.1>
DocumentRoot "C:\xampplite\htdocs"
ServerName localhost
AllowOverride All
#Choose: debug...
Thanks for the response, but i'm still having this problem. I do have access to my httpd.conf for my local server ( an xampplite installation).
so #1, what mime type definitions do i need? javascript and gzip? I have those.
and #2 "fileinfo override is set for those directories"
i have...
Hi all
I'm new to the forum, but need some help regarding serving previously gzipped files. I need to gzip the files prior to serving, and not by the server.
So, i manually gzip the file, and my .htaccess looks like...
RewriteEngine on
AddEncoding x-gzip .gz
RewriteCond...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.