UPDATE: Der Shop bzw. das Frontend funktioniert weiterhin nicht mit dem Zusatz „www“ in der Domain. Alles andere ist sowohl mit und ohne www zugänglich.
Hallo Leute,
ich habe Shopware 6 installiert und habe nun ein kleines Problem mit der Erreichbarkeit. Folgendes:
ohne „www“
Frontend: https://meinedomain.de
Frontend: https://meinedomain.de/public
Backend: https://meinedomain.de/admin
mit „www“
Frontend: https://www.meinedomain.de
Frontend: https://www.meinedomain.de/public
Backend: https://www.meinedomain.de/admin
Das Backend funktioniert in allen Varianten aber das Frontend leider nur mit einer Schreibweise. Ich habe über Plesk (Obsidian 18.0.28 Update Nr. 3) auch schon bei den Hostingeinstellungen „httpdocs/public“ gesetzt aber auch schon diverse andere Varianten ausprobiert.
In meiner htaccess in Basisverzeichnis/httpdocs/public konnte ich nichts mit „#RewriteBase /Shopware“ finden was ich hätte abändern können.
Hier meine htaccess:
DirectoryIndex index.php
Options -MultiViews
RewriteEngine OnRewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$
RewriteRule ^(.*) - [E=BASE:%1]# Sets the HTTP_AUTHORIZATION header removed by Apache
RewriteCond %{HTTP:Authorization} .
RewriteRule ^ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^index.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]# If the requested filename exists, simply serve it.
# We only want to let Apache serve files and not directories.
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ - [L]# Rewrite all other queries to the front controller.
RewriteRule ^ %{ENV:BASE}/index.php [L]
RedirectMatch 302 ^/$ /index.php/
Header set Content-Security-Policy „script-src ‚none‘“
Gleiches gilt für die htaccess Datein in /update und /install:
/ httpdocs / public / recovery / install / .htaccess:
RewriteEngine OnRewriteRule .* - [E=MOD_REWRITE:1]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]# Set REQUEST_SCHEME (standard environment variable in Apache 2.4)
RewriteCond %{HTTPS} off
RewriteRule .* - [E=REQUEST_SCHEME:http]RewriteCond %{HTTPS} on
RewriteRule .* - [E=REQUEST_SCHEME:https]DirectoryIndex index.php
/ httpdocs / public / recovery / update / .htaccess:
RewriteEngine On
RewriteRule .* - [E=MOD_REWRITE:1]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
DirectoryIndex index.php
Es wäre klasse, wenn das Frontent mit und auch ohne „www“ und auch ohne /public erreichbar wäre.
Shopware ist aktualisiert (Version: 6.2.3)
Hier noch die Fehler der Log Datei:httpdocs / var / log / prod-2020-07-21.log (Die Duplikate habe ich entfernt)
[2020-07-21 11:46:21] php.CRITICAL: Uncaught Error: Call to a member function getSource() on null {„exception“:„[object] (Error(code: 0): Call to a member function getSource() on null at /var/www/vhosts/meinedomain.de/httpdocs/vendor/shopware/core/Framework/Routing/ApiRouteScope.php:25)“}
[2020-07-21 11:46:21] request.CRITICAL: Uncaught PHP Exception Error: „Call to a member function getSource() on null“ at /var/www/vhosts/meinedomain.de/httpdocs/vendor/shopware/core/Framework/Routing/ApiRouteScope.php line 25 {„exception“:„[object] (Error(code: 0): Call to a member function getSource() on null at /var/www/vhosts/meinedomain.de/httpdocs/vendor/shopware/core/Framework/Routing/ApiRouteScope.php:25)“}
[2020-07-21 11:48:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: „No route found for „GET /recovery/common/assets/styles/icons.css“ (from „https://meinedomain.de/„)“ at /var/www/vhosts/meinedomain.de/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {„exception“:“[object] (Symfony\Component\HttpKernel\Exception\NotFoundHttpException(code: 0): No route found for "GET /recovery/common/assets/styles/icons.css" (from "https://meinedomain.de/\“) at /var/www/vhosts/meinedomain.de/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\Component\Routing\Exception\ResourceNotFoundException(code: 0): No routes found for "/recovery/common/assets/styles/icons.css/". at /var/www/vhosts/meinedomain.de/httpdocs/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)„}
[2020-07-21 13:31:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: „No route found for „GET /recovery/common/assets/images/sw-logo-blue.svg“ (from „https://meinedomain.de/„)“ at /var/www/vhosts/meinedomain.de/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {„exception“:“[object] (Symfony\Component\HttpKernel\Exception\NotFoundHttpException(code: 0): No route found for "GET /recovery/common/assets/images/sw-logo-blue.svg" (from "https://meinedomain.de/\“) at /var/www/vhosts/meinedomain.de/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\Component\Routing\Exception\ResourceNotFoundException(code: 0): No routes found for "/recovery/common/assets/images/sw-logo-blue.svg/". at /var/www/vhosts/meinedomain.de/httpdocs/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)“}
[2020-07-21 13:38:51] php.CRITICAL: Fatal Compile Error: require(): Failed opening required ‚/var/www/vhosts/meinedomain.de/httpdocs/var/cache/prod_h2af4ecfeeae2de07197c20ad562393d3/Container62kVSj8/removed-ids.php‘ (include_path=‚.:/opt/plesk/php/7.4/share/pear‘) {„exception“:„[object] (Symfony\Component\ErrorHandler\Error\FatalError(code: 0): Compile Error: require(): Failed opening required ‚/var/www/vhosts/meinedomain.de/httpdocs/var/cache/prod_h2af4ecfeeae2de07197c20ad562393d3/Container62kVSj8/removed-ids.php‘ (include_path=‚.:/opt/plesk/php/7.4/share/pear‘) at /var/www/vhosts/meinedomain.de/httpdocs/var/cache/prod_h2af4ecfeeae2de07197c20ad562393d3/Container62kVSj8/srcShopware_Production_KernelProdContainer.php:1365)“}
Ich bin leider komplett in diesem Thema und kenn mich gar nicht mit solchen Sachen aus aber versuche mir durch Shopware soviel wie möglich selbst beizubringen. Ich bin über jede Hilfe dankbar!