Archived
1
0
Fork 0
This repository has been archived on 2020-02-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cosmos/.htaccess

19 lines
418 B
ApacheConf
Raw Permalink Normal View History

2013-11-25 21:01:24 +01:00
# add expires header
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 week"
</IfModule>
2013-11-26 08:54:12 +01:00
# zip zip zip
2013-11-27 09:16:33 +01:00
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
AddOutputFilter DEFLATE json
2013-11-28 20:08:06 +01:00
AddOutputFilter DEFLATE woff
2013-11-27 09:16:33 +01:00
</IfModule>
2013-11-26 08:54:12 +01:00
2013-11-25 21:01:24 +01:00
# early charset
AddDefaultCharset UTF-8
2013-11-28 20:08:06 +01:00
# no etag
FileEtag None