aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authormycocham <mycocham@cas3.websitehostserver.net>2014-07-24 19:23:03 -0400
committermycocham <mycocham@cas3.websitehostserver.net>2014-07-24 19:23:03 -0400
commit936f596af4160ee536eb608b24310aec2e29303b (patch)
treee94a0cea70aa5355d4fcef59e219e33a9e5d3bb5 /.htaccess
parent90014063466514530e5cf5ec8a7cceeab059a92b (diff)
downloadvolse-hubzilla-936f596af4160ee536eb608b24310aec2e29303b.tar.gz
volse-hubzilla-936f596af4160ee536eb608b24310aec2e29303b.tar.bz2
volse-hubzilla-936f596af4160ee536eb608b24310aec2e29303b.zip
French Translations
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess14
1 files changed, 13 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 39fd89e04..acfe4d346 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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
+