Skip to content

Instantly share code, notes, and snippets.

@irwinv
Created June 25, 2012 17:32
Show Gist options
  • Save irwinv/2990051 to your computer and use it in GitHub Desktop.
Save irwinv/2990051 to your computer and use it in GitHub Desktop.
htaccess mise en prod OVH perso
SetEnv SHORT_OPEN_TAGS 0
SetEnv REGISTER_GLOBALS 0
SetEnv MAGIC_QUOTES 0
SetEnv SESSION_AUTOSTART 0
SetEnv ZEND_OPTIMIZER 1
SetEnv PHP_VER 5_3
DirectoryIndex app.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment