diff --git a/Documentation/Configuration/Htaccess.rst b/Documentation/Configuration/Htaccess.rst index 64bf259ce919..b7a4b1b7471c 100755 --- a/Documentation/Configuration/Htaccess.rst +++ b/Documentation/Configuration/Htaccess.rst @@ -123,6 +123,14 @@ This is the base .htaccess configuration. Please take a look for the default var ForceType text/html # AddType "text/html" .gzip + + ForceType text/javascript + # AddType "text/javascript" .gzip + + + ForceType text/css + # AddType "text/css" .gzip + ForceType text/xml # AddType "text/xml" .gzip