Skip to content

Instantly share code, notes, and snippets.

View Aghaie's full-sized avatar
💭
I may be slow to respond.

Ali Aghaie Aghaie

💭
I may be slow to respond.
View GitHub Profile
@gaelbillon
gaelbillon / .htaccess
Created September 29, 2012 13:56
custom htaccess for speed, cache, gzip, ETags, etc
### ENVIRONMENT VARIABLES ###
SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
### MAIN DEFAULTS ###
Options All -Indexes
DirectoryIndex index.html index.htm index.php
AddDefaultCharset UTF-8
### MIME TYPES ###