Update To .htaccess Related To Content-Encoding Header Configuration - Question | JoomShaper

Update To .htaccess Related To Content-Encoding Header Configuration

A

Araceli Jasso Vazquez

Template 1 year ago

I upgrade the joomla version and now it appears the next problem in my Web Page, also i have this text with the code but I don't know coding and neither where to finde the file.

Text Translated: Update to .htaccess related to Content-Encoding header configuration Since version 4.2.9

Prior to version 4.2.9, the default htaccess.txt file contained incorrect code for adding the "Content-Encoding" HTTP header. This could result in double encoding errors when Joomla is installed in a subdirectory, and both this directory and its parent directory contain an .htaccess file with this code. You should manually apply the necessary changes to any existing .htaccess file, as this file cannot be updated automatically.

The old code:

Header append Content-Encoding gzip

The new code:

Header set Content-Encoding gzip
0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #147069

Hola Araceli,

Sorry, but we are NOT Joomla support, this question should be asked on forum.joomla.org.

But if you have NEW Joomla version just use new htaccess file from it, that's all beginner should know.


Lo sentimos, pero NO somos soporte Joomla, esas preguntas deben hacerse en forum.joomla.org.

Y si usted tiene NUEVA versión de Joomla sólo tiene que utilizar nuevo archivo htaccess de ella, eso es todo principiante debe saber.

0