toomuchcookies/caldavzap/master/.htaccess - Htaccess File

toomuchcookies/caldavzap/master/.htaccess

# You must enable mod_headers and mod_mime for these directives (optionally you can also enable mod_deflate)!
<IfModule mod_expires.c>
    ExpiresActive On
    <FilesMatch "^(?!.*.(svg|png|gif)$).*$">
        ExpiresDefault "access"
    </FilesMatch>
    <FilesMatch ".(svg|png|gif)$">
        ExpiresDefault "access plus 30 minutes"
    </FilesMatch>
</IfModule>

<IfModule mod_deflate.c>
    SetOutputFilter DEFLATE
</IfModule>

<IfModule mod_mime.c>
    AddType text/cache-manifest .manifest
</IfModule>

# If you use mod_cache set the correct path for the cache.manifest here
#<IfModule mod_cache.c>
#    CacheDisable cache.manifest
#</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache