Site d’origine : http://stackoverflow.com/questions/9135290/how-to-redirect-page-to-https-in-php Ajouter aux fichier : index.php # Add to redirect to HTTPS if(!isset($_SERVER[‘HTTPS’]) || $_SERVER[‘HTTPS’] == "" || $_SERVER[‘HTTPS’] == “off”){ $redirect = “https://”.$_SERVER[‘HTTP_HOST’].$_SERVER[‘REQUEST_URI’];...

Portugueis, English, or français…. Mes annotations. My stuffs…. I will try to abandon shaarli because inMyPluxml is parfait. My old blogs stay privately, but I will transfer it to here! 1 2<pre> 3/* Test */ 4function writeMessage() { 5 echo "You are really a nice person, Have a nice time!"; 6} 7 8/* Calling a PHP...