This doesn't seem to work, is it possible to find a default .htaccess file for PHP 3.9.x ?That page is out of date. The latest preconfigured .htaccess includes the Brotli compression in the Gzip section:5 ) I tried using a default .htaccess file temporarily ( From https://docs.joomla.org/preconfigured_htaccess )Code:
# Serve correct content types, and prevent mod_deflate double compression.RewriteRule "\.css\.gz$" "-" [T=text/css,E=no-gzip:1,E=no-brotli:1]RewriteRule "\.js\.gz$" "-" [T=text/javascript,E=no-gzip:1,E=no-brotli:1]
Statistics: Posted by koalajoomla — Thu Apr 11, 2024 1:10 pm