Frische Installation funktioniert kein backend

Hallo Leute,

ich habe lokal euf einem Debian10, Apache2, php7.4 instaliert und nun Shopware 5.6.8 installiert. Nach dem installieren ist die Shopseite da aber

wenn ich das backend aufrufen will kommt nur ein NOT FOUND, error_log sagt:

[Thu Oct 01 23:01:36.284106 2020] [authz_core:debug] [pid 28091] mod_authz_core.c(820): [client 192.168.1.131:60186] AH01626: authorization result of : granted

[Thu Oct 01 23:01:36.284152 2020] [core:info] [pid 28091] [client 192.168.1.131:60186] AH00128: File does not exist: /var/www/html/backend

was habe ich da falsch gemacht?

 

danke ré

 

Hi,

schalte mal mod_security in Deinem Apache Webserver ab.

Viele Grüße

1 „Gefällt mir“

Hallo,

ich habe mod_security gar nicht installiert…

Gruß ré

die .htaccess von Shopware ist aber vorhanden ? (File does not exist: /var/www/html/backend)

1 „Gefällt mir“

Hallo,

ja die kam ja aus dem installationspaket. Aber da steht zu backend nicht viel drin:

root@debian10:/var/www/html# cat .htaccess | grep -i backend

HTTPS config for the backend

#RewriteRule backend/(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule backend/media/(.*) media/$1 [NC,L]

Gruß ré

sonst schalte mal das Apache Modul authz_core ab:

1 „Gefällt mir“

Hallo,

dazu muß ich authz_host und authz_user abschalten und dann startet Apache nicht mehr :frowning: Irgendwie ist da der Wurm drin.

danke ré

Hi,

dann musst Du mal schauen - oder einen Shopware zertifizierten Hoster wählen, bei welchen das Out-of-the-Box läuft.

Viele Grüße

1 „Gefällt mir“

Hallo,

shopware läuft auf meinem Webserver, da klappt die Migration von modifiedShop aber nicht. Die möchte ich lokal testen aber ich bekomme shopware nicht zum laufen. Irgendwas läuft da schief. Joomla lässt sich installieren, shopware nicht.

Gruß ré

Hallo,

Fehler gefunden, ganz simpel:



Options Indexes FollowSymLinks

AllowOverride All

Require all granted

war vorher:



Options Indexes FollowSymLinks

AllowOverride none

Require all granted

danke für die Hilfe…

Gruß ré