From 10eef51a0f086ad148928ba965c330599b4765cb Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 4 Jun 2017 17:16:11 +0200 Subject: Update package for new web plugin interface --- radicale_infcloud/web/.htaccess | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 radicale_infcloud/web/.htaccess (limited to 'radicale_infcloud/web/.htaccess') diff --git a/radicale_infcloud/web/.htaccess b/radicale_infcloud/web/.htaccess new file mode 100644 index 0000000..b8583d1 --- /dev/null +++ b/radicale_infcloud/web/.htaccess @@ -0,0 +1,35 @@ +######################################################################################################################### +# Apache configuration (REQUIRED for correct HTML5 cache functionality in browsers): +# 1.) You NEED to enable the following Apache modules: mod_mime, mod_headers (optionally you can also enable mod_deflate) +# 2.) You NEED to add the following lines into your Apache vhost configuration (without the # character): +# +# AllowOverride FileInfo Limit +# = 2.3> +# Require all granted +# +# +# Order allow,deny +# Allow from all +# +# +######################################################################################################################### + +# Add "Content-Type: text/cache-manifest" header for .manifest files + + AddType text/cache-manifest .manifest + + +# Add "Cache-Control: max-age=0, must-revalidate, no-cache, no-transform, private" header for all files +# for more information see: https://tools.ietf.org/html/rfc7234 + + Header set Cache-Control "max-age=0, must-revalidate, no-cache, no-transform, private" + + + + SetOutputFilter DEFLATE + + +# If you use mod_cache set the correct path for the cache.manifest here +# +# CacheDisable cache.manifest +# -- cgit