--- oxconfig.php-revBASE.svn000.tmp.php	Fr Mrz 23 07:14:31 2012
+++ oxconfig.php	Mi Apr 25 20:01:57 2012
@@ -784,10 +784,10 @@
 
         $oUtilsServer = oxUtilsServer::getInstance();
 
-        preg_match("/^(http:\/\/)?([^\/]+)/i", $sURL, $matches);
+        preg_match("/^(http[s]?:\/\/)?([^\/]+)/i", $sURL, $matches);
         $sUrlHost = $matches[2];
 
-        preg_match("/^(http:\/\/)?([^\/]+)/i", $oUtilsServer->getServerVar( 'HTTP_HOST' ), $matches);
+        preg_match("/^(http[s]?:\/\/)?([^\/]+)/i", $oUtilsServer->getServerVar( 'HTTP_HOST' ), $matches);
         $sRealHost = $matches[2];
 
         $sCurrentHost = preg_replace( '/\/\w*\.php.*/', '', $oUtilsServer->getServerVar( 'HTTP_HOST' ) . $oUtilsServer->getServerVar( 'SCRIPT_NAME' ) );
