If I enable Optimize Website for select MIME types in cpanel, does it just add something like the following to the .htaccess files in that account;
<IfModule mod_deflate.c>
<filesMatch "\.(html|php|js|css)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
Or does it do more than this?
Also, how can I check whether mod_deflate is enabled?
And how do I set the server to cache the gzip files?
<IfModule mod_deflate.c>
<filesMatch "\.(html|php|js|css)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
Or does it do more than this?
Also, how can I check whether mod_deflate is enabled?
And how do I set the server to cache the gzip files?