Skip to content

Instantly share code, notes, and snippets.

@ideesimple
Created January 18, 2011 09:55
Show Gist options
  • Save ideesimple/784234 to your computer and use it in GitHub Desktop.
Save ideesimple/784234 to your computer and use it in GitHub Desktop.
.htaccess de base
#pour forcer version php 5
SetEnv PHP_VER 5
#http://www.manuelphp.com/php/security.globals.php, pour ovh
SetEnv REGISTER_GLOBALS 0
#supprimer les variable de session pour les moteurs de recherche
SetEnv SESSION_USE_TRANS_SID 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment