rduarte (owner)

Revisions

gist: 92786 Download_button fork
public
Public Clone URL: git://gist.github.com/92786.git
Embed All Files: show embed
.htaccess #
1
2
3
4
5
6
7
8
9
10
11
12
13
<FilesMatch "\.(html|htm|js|css|gif|jpg|png)$">
        FileETag None
        <IfModule mod_headers.c>
                Header unset ETag
                Header unset Last-Modified
                Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
                Header set Cache-Control "public"
        </IfModule>
</FilesMatch>
<IfModule mod_deflate.c>
        AddOutputFilterByType DEFLATE text/html text/xml text/css application/x-javascript application/javascript
</IfModule>