Hi, habe xtc 4.1.10 installiert und im Admin Bereich alles probiert ssl full, ssl defualt etc, bekomme immer dasselbe Phänomen, die Seiten werden komplett ohne die styles dargestellt. Im Quelltext der Seite findet man alle links in https , bis auf die stylesheet links ( sind in http) , was durch den Browser bei SSL Aufrufen dann unterdrückt wird. Hier der Ausschnitt : <link rel="stylesheet" type="text/css" href="http://meine-domain.de/plugins/xt_master_slave/css/master_slave.css"/><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> .. .. <script type="text/javascript" src="http://meine-domain.de/xtFramework/library/jquery/pikaday.jquery.min.js"></script> <script type="text/javascript" src="http://meine-domain.de/plugins/sx_fancy_cloud_zoom/javascript/fancybox/jquery.xt-fancybox-1.3.4.js"></script> <script type="text/javascript" src="http://meine-domain.de/plugins/sx_fancy_cloud_zoom/javascript/init-fancybox.js"></script> <script type="text/javascript" src="http://meine-domain.de/xtFramework/library/jquery/moments.js"></script> <script type="text/javascript" src="http://meine-domain.de/plugins/sx_fancy_cloud_zoom/javascript/xt-cloud-zoom.1.0.3.js"></script> <script type="text/javascript" src="http://meine-domain.de/plugins/xt_cart_popup/js/ajax_cart.js"></script> <script type="text/javascript" src="http://meine-domain.de/plugins/sx_fancy_cloud_zoom/javascript/init-cloud-zoom.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel="shortcut icon" href="http://meine-domain.de/media/logo/favicon.ico" type="image/x-icon"/> <link rel="icon" href="http://meine-domain.de/media/logo/favicon.png" type="image/png"/> </head> <div class="loader_white" id="loader_white"></div><div class="cart_ajax_box" id="cart_ajax_box"></div><body class="win firefox gecko fx42"><div id="background-topmenu"></div> <div id="background-top"></div> <div id="page"> <div id="header" class="row"> <div class="column xt-grid-16"> <div id="topmenu"> <ul> <li><a href="https://meine-domain.de/de/customer.html">Herzlich willkommen <span class="highlight bold">Kerstin Prellwitz</span></a> |</li> <li><a href="https://meine-domain.de/de/customer.html">Ihr Konto</a> |</li> <li><a href="https://meine-domain.de/de/checkout/shipping.html">Zur Kasse</a> |</li> <li><a href="https://meine-domain.de/de/customer/logoff.html">Abmelden</a></li> Frage, wo in welcher File muss ich etwas ändern , damit auch die css,js etc links in https anstatt http aufegrufen werden. Man sieht ja auch im weiteren Quellcode nach den Header Defintionen, dass dort richtig die HTTPS aufrufe getätigt werden . Die htaccess file ist die standard ausgelieferte htaccess file, keine Modifikationen. Jeder Einfall, Gedanke wäre hilfreich. Versuche jetzt die Files zu finden, welche die Header aufbauen.