Created
January 18, 2011 09:55
-
-
Save ideesimple/784234 to your computer and use it in GitHub Desktop.
.htaccess de base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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