02-02-2015, 05:08
Alors au final avec l'https j'ai toujours eu des problèmes, cela s'est résolu en changeant dans le fichier "index.php" :
Le petit rajout d'un "s" à http et tout à l'air de fonctionner.
Code :
//figure out url, if needed.
if(!URL) {
$uri = explode("/",$_SERVER['REQUEST_URI']);
array_pop($uri);
define('_URL', "https://".$_SERVER['SERVER_NAME'].implode("/",$uri)."/");
} else {
define('_URL', URL);
}Le petit rajout d'un "s" à http et tout à l'air de fonctionner.

![[Image: chat-moche-27c1d17.gif]](http://img62.xooimage.com/files/b/3/2/chat-moche-27c1d17.gif)
![[Image: 4yi3an10-3858b7.gif]](http://img7.xooimage.com/files/6/6/1/4yi3an10-3858b7.gif)










