Options +FollowSymLinks
FileETag All
ErrorDocument 404 /404
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
# Compress all static assets
# compress content with type html, text, and css
AddOutputFilterByType DEFLATE text/css text/html text/javascript application/javascript application/x-javascript text/js text/plain text/xml
# properly handle requests coming from behind proxies
Header append Vary User-Agent
# Cache, aggressively
ExpiresActive On
ExpiresDefault "access plus 2 years"
# Do not cache dynamically generated pages.
ExpiresByType text/html "access plus 10 minutes"