500 Internal Server Error

Hallo Leute, habe showare 4 auf webspace hochgeladen. wenn ich auf www.domainname.de/isntall gehe erscheind folgednes Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request… Was könnte es sein, versuche verzweifelt .htaccess anzupassen. Jemand Ahnung!

www.domain.de/install/index.php probiert?

habe schon alles ausprobiert. auch www.domainname.de/install/index.php Vielleicht liegt es an rechtevergabe. Ohne .htaccess funktioniert die Intallation von shopware 4 !!

poste einfach mal deine htaccess

RewriteEngine on

#RewriteBase /shopware/

RewriteRule shopware.dll shopware.php
RewriteRule files/documents/.* engine [NC,L]
RewriteRule backend/media/(.*) media/$1 [NC,L]

RewriteCond %{REQUEST_URI} !(/(engine|files|templates)/)
RewriteCond %{REQUEST_URI} !(/media/(archive|banner|image|music|pdf|unknown|video)/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ shopware.php [PT,L,QSA]
# Staging-Rules start #SetEnvIf Host “staging.test.shopware.in” ENV=staging DirectoryIndex index.html DirectoryIndex index.php DirectoryIndex shopware.php # Disables download of configuration
Deny from all
# Enable gzip compression
AddOutputFilterByType DEFLATE text/html text/xml text/plain text/css text/javascript application/json


ExpiresActive on
ExpiresDefault “access plus 1 month”
FileETag None

Header append Cache-Control “public”
Header unset ETag


# Disables auto directory index
Options -Indexes

Options -MultiViews

php_value memory_limit 128M

php_value max_execution_time 120

php_value upload_max_filesize 20M

php_flag phar.readonly off
php_flag magic_quotes_gpc off
php_flag session.auto_start off
php_flag suhosin.session.cryptua off
php_flag zend.ze1_compatibility_mode off
# AddType x-mapp-php5 .php # AddHandler x-mapp-php5 .php

hast du die installation in einem Unterordner namens “Shopware”? Wenn nicht, ersetze mal #RewriteBase /shopware/ durch RewriteBase / Wär ne Möglichkeit!?

Habe auch schon versucht den verzeichni schopware wegzunehmen, bekomme immer 500 Internal SErver error

Also shopware habe ich ohne .htaccess zum installieren gebracht. Alles ist installiert. wenn ich jetzt auf meine domain gehe erhalte Forbidden You don’t have permission to access / on this server.

Wenn ich die htaccess datei rausnehme, habe ich über folgende seiten zugriff auf backend und frontend ! Für frontend http://www.domainname/shopware.php Für backend http://www.domainname/shopware.php/backend alles andere funktioniert nicht!!!

Habe das gleiche Problem. Wie hast du es geschafft den Shop zu installieren?

Habe alle shopware 4 daten auf webspace hochgeladen "uasser .htaccess datei. Dann www.domainname.de/install/index.php Schirtt für Schritt ->

konnte das Problem dadurch lösen: folgenden code als kommentar gesetzt! # Disables auto directory index
#Options -Indexes

#Options -MultiViews