Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1944

Installation Joomla! 5.x • Post installation instructions - htaccess Update Brotli

$
0
0
Apparently there is an error in the "Post installation instructions - htaccess Update Brotli compression"
Joomla 4 & 5
I find:
.htaccess Update Brotli Compressie
Sinds versie 5.1.0
Voor 5.1.0 ondersteunde de standaard htaccess.txt geen Brotli compressie. Dit kan resulteren in dubbele compressiefouten wanneer Joomla is geïnstalleerd op een server die gebruik maakt van Brotli compressie. Er moeten handmatig de benodigde wijzigingen toegepast worden op een bestaand .htaccess bestand, omdat dit bestand niet automatisch kan worden bijgewerkt.
De oude code:
RewriteRule "\. ss\.gz$" "-" [T=text/css,E=no-gzip:1]
RewriteRule "\.js\.gz$" "-" [T=text/javascript,E=no-gzip:1]
De nieuwe code:
RewriteRule "\. ss\.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]

Apparently there is an error in the text.
Should be "RewriteRule "\.css\" instead of RewriteRule "\. ss\

Kind regards,
Guy

Statistics: Posted by GuyDlP — Fri Apr 19, 2024 1:42 pm



Viewing all articles
Browse latest Browse all 1944

Trending Articles