Hätte ich sollen einen neuen Thread öffnen ?
Ansonsten poste ich hier auch mal mein include/configure.php

$t_document_root = '/homepages/9/XXXXX/htdocs/main_ordner/'; // absolute server path required (domain root)
$t_dir_fs_frontend = dirname(dirname(__FILE__));
if(basename(dirname(__FILE__)) == 'local')
{
$t_dir_fs_frontend = dirname($t_dir_fs_frontend);
}
$t_dir_fs_frontend = str_replace('\\', '/', $t_dir_fs_frontend) . '/';
$t_dir_ws_catalog = substr($t_dir_fs_frontend, strlen($t_document_root) - 1);
define('HTTP_SERVER', 'http://domain.de'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://domain.de); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // SSL: true = active, false = inactive
define('DIR_WS_CATALOG', $t_dir_ws_catalog); // absolute url path required
define('DIR_FS_DOCUMENT_ROOT', $t_dir_fs_frontend); // absolute server path required
define('DIR_FS_CATALOG', $t_dir_fs_frontend); // absolute server path required


admin/include/configure
define('HTTP_SERVER', 'http://domain.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://domain.de');
define('HTTPS_CATALOG_SERVER', 'https://domain.de');
define('ENABLE_SSL_CATALOG', 'true'); // SSL: 'true' = active, 'false' = inactive
define('DIR_FS_DOCUMENT_ROOT', $t_dir_fs_frontend); // where the pages are located on the server
define('DIR_WS_ADMIN', $t_dir_ws_catalog . 'admin/'); // absolute url path required
define('DIR_FS_ADMIN', $t_dir_fs_backend); // absolute server path required
define('DIR_WS_CATALOG', $t_dir_ws_catalog); // absolute url path required
define('DIR_FS_CATALOG', $t_dir_fs_frontend); // absolute server path required

Bei beiden fehlen noch Zeilen.
Verstehe nicht warum das nicht klappt. Habe den Shop aber ohne SSL installiert, aber das kann man ja nachträglich ändern ? Muss ich in der Datenbank noch etwas ändern ?

Info:
Der shop liegt im absoluten pfad in:
/homepages/9/XXXXX/htdocs/main_ordner/shop
in der Domain:
domain.de/shop