I am using xampp sever latest version to improve my web page performance.
I have to enable Gzip in XAMPP. How can it be done?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You do compression by setting appropriate directive in apache.
It goes uncommenting the following lines in your apache conf file:
C:\xampp\apache\conf\httpd.conf
if your xampp installation folder is C:\xampp.
and these are the lines to be uncommented first:
that is to say, if they have # before them, you should remove them!
Then put this at the end of your httpd.conf file: