diff options
author | mycocham <mycocham@cas3.websitehostserver.net> | 2014-07-24 19:23:03 -0400 |
---|---|---|
committer | mycocham <mycocham@cas3.websitehostserver.net> | 2014-07-24 19:23:03 -0400 |
commit | 936f596af4160ee536eb608b24310aec2e29303b (patch) | |
tree | e94a0cea70aa5355d4fcef59e219e33a9e5d3bb5 /.htaccess | |
parent | 90014063466514530e5cf5ec8a7cceeab059a92b (diff) | |
download | volse-hubzilla-936f596af4160ee536eb608b24310aec2e29303b.tar.gz volse-hubzilla-936f596af4160ee536eb608b24310aec2e29303b.tar.bz2 volse-hubzilla-936f596af4160ee536eb608b24310aec2e29303b.zip |
French Translations
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,7 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga -#SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH +SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH # don't allow any web access to logfiles, even after rotation/compression <FilesMatch "\.(out|log|gz)$"> @@ -25,3 +25,15 @@ Deny from all </IfModule> +# Set Apache compression +# compress text, html, javascript, css, xml: +AddOutputFilterByType DEFLATE text/plain +AddOutputFilterByType DEFLATE text/html +AddOutputFilterByType DEFLATE text/xml +AddOutputFilterByType DEFLATE text/css +AddOutputFilterByType DEFLATE application/xml +AddOutputFilterByType DEFLATE application/xhtml+xml +AddOutputFilterByType DEFLATE application/rss+xml +AddOutputFilterByType DEFLATE application/javascript +AddOutputFilterByType DEFLATE application/x-javascript + |