Hallo,
ich bin neu hier, und teste gerade shopware. Gefällt mir sehr gut, aber kriege ein Problem nicht hin…
Gebe ich im Browser „www.daniel-wunder.de/public/“ ein bekomme ich:
Oops! An Error Occurred
The server returned a „500 Internal Server Error“.
Gebe ich folgendes ein: „http://daniel-wunder.de/public/“ ein, geht die Testseite…
Habe schon Google gefragt, keine Lösung gesunden… denke es liegt an der htacces… ?!
BEGIN Shopware
The directives (lines) between „# BEGIN Shopware“ and „# END Shopware“ are dynamically generated. Any changes to the directives between these markers will be overwritten.
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]RewriteCond %{HTPP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} !on
RewriteCond %{REDIRECT_HTTPS} !on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RedirectMatch 302 ^/$ /index.php/
Header set Content-Security-Policy „script-src ‚none‘“
END Shopware
Hoffe jemand kann helfen. Danke euch.