GZIP only compresses files when full file path specified – won't compress root – CPanel
If I include the following in my .htaccess, GZIP will only compress files when the full path to the file is specified: RewriteRule ^ index.php [L] But the above rewrite is necessary to allow my CMS to function. So for…