Seite über https://www.domain.de laden anstatt über https:// domain.de

Guten Tag,

ich wäre sehr dankbar, wenn mir jemand sagen könnte, wie ich umstellen kann, dass unsere Seite über https://www.domain.de geladenwird  anstatt über https://domain.de.

In der . htaccess steht folgendes

RewriteEngine On

RewriteCond %{HTTPS} off

RewriteRule (.*) https:``//``%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

 

Vielen Dank für jede Hilfe

Einstellungen->Grundeinstellungen->Shops->Stift

1 „Gefällt mir“

@steinsoftware schrieb:

Einstellungen->Grundeinstellungen->Shops->Stift

Dann host auf www.domain.de ändern? Dann komt eine 503 Fehlermeldung  

Hi,

dann hast Du vermutlich ein Plugin aktiv, welches auf www.deinedomain.de lizensiert wurde. Schau mal in Dein Shopware core_production Log (findest Du unter /var/log Deiner Shopware Installation).

VG

1 „Gefällt mir“

@AIXPRO schrieb:

Hi,

dann hast Du vermutlich ein Plugin aktiv, welches auf www.deinedomain.de lizensiert wurde. Schau mal in Dein Shopware core_production Log (findest Du unter /var/log Deiner Shopware Installation).

VG

Dann erhalte ich nachfolgendes:

 

Stack trace:

 #0 Enlight/Controller/Front.php(226): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #1 Shopware/Kernel.php(153): Enlight\_Controller\_Front-\>dispatch() #2 vendor/symfony/http-kernel/HttpCache/HttpCache.php(492): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #3 Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #4 vendor/symfony/http-kernel/HttpCache/HttpCache.php(263): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #5 Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #6 shopware.php(101): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #7 {main}