Skip to content

Instantly share code, notes, and snippets.

View alanpilloud's full-sized avatar

Alan alanpilloud

View GitHub Profile
@alanpilloud
alanpilloud / .htaccess
Last active March 2, 2018 08:45 — forked from seoagentur-hamburg/.htaccess
Optimal .htaccess for WordPress
# ***
# Compression and Cache
# ***
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 month"
# CSS
ExpiresByType text/css "access plus 1 year"