Skip to content

Instantly share code, notes, and snippets.

View shoully's full-sized avatar
🐢
Reading code!

Ihab Ahmed shoully

🐢
Reading code!
  • Appray Co.
View GitHub Profile
@shoully
shoully / .htaccess
Created July 7, 2020 18:27 — forked from gaelbillon/.htaccess
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 ###