Skip to content

Instantly share code, notes, and snippets.

@Ollo
Ollo / dabblet.css
Created December 31, 2012 23:34 — forked from anonymous/dabblet.css
hipster nonsense
/**
* hipster nonsense
*/
body {
font-family: Helvetica;
background:#efefef;
}
#main {
width:960px;
@Ollo
Ollo / .htaccess
Created September 8, 2012 00:56 — forked from boogah/.htaccess
Expire headers .htaccess code.
<IfModule mod_expires.c>
ExpiresActive on
# Perhaps better to whitelist expires rules? Perhaps.
ExpiresDefault "access plus 1 month"
# Data
ExpiresByType text/xml "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType application/json "access plus 0 seconds"