diff --git a/Documentation/Configuration/Htaccess.rst b/Documentation/Configuration/Htaccess.rst index d79e8389783..d43968b20ab 100755 --- a/Documentation/Configuration/Htaccess.rst +++ b/Documentation/Configuration/Htaccess.rst @@ -162,6 +162,14 @@ variables (SFC_ROOT, SFC_GZIP) and read the comments carefully. ForceType text/html # AddType "text/html" .gz + + ForceType text/javascript + # AddType "text/javascript" .gz + + + ForceType text/css + # AddType "text/css" .gz + ForceType text/xml # AddType "text/xml" .gz