<IfModule mod_deflate.c>
AddType application/x-httpd-php74 .php

    <filesMatch "\.(js|css|html|php)$">
        SetOutputFilter DEFLATE
    </filesMatch>
</IfModule>
