# Shopware 5.6.6 - Von Startseite zur Unterkategorie passiert nichts ausser Endloswarteschleife

**URL:** https://forum.shopware.com/t/shopware-5-6-6-von-startseite-zur-unterkategorie-passiert-nichts-ausser-endloswarteschleife/65290
**Category:** Installation/Einstieg
**Created:** [6. März 2020 um 11:15 UTC](https://forum.shopware.com/t/shopware-5-6-6-von-startseite-zur-unterkategorie-passiert-nichts-ausser-endloswarteschleife/65290 "2020-03-06T11:15:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mattythekid](https://avatars.discourse-cdn.com/v4/letter/m/c6cbf5/32.png) [@Mattythekid](https://forum.shopware.com/u/Mattythekid)
#### Post date: [6. März 2020 um 11:15 UTC](https://forum.shopware.com/t/shopware-5-6-6-von-startseite-zur-unterkategorie-passiert-nichts-ausser-endloswarteschleife/65290/1 "2020-03-06T11:15:13Z")

</div>

Hallo Shopware Community ![Smile](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/1X/bac5f5766b6a20565a8fb995345b4e41d24daac0.png "Smile")!

Glaubt mir ich habe sehr lange versucht den **„Fehler“** durch Selbstrecherche zu finden und nahezu jeden Thread gelesen den es gibt und/oder auch Google dazu oft befragt. Leider finde ich zu diesem Problem keine Lösung.

Vielleicht klappt es ja jetzt.

Zuerst die Fakten:

**Shopwaredaten:** per FTP auf den Host gezogen&nbsp; und in einem Unterorder installiert.

- Ergebnis:&nbsp; _[meinedomain.de/test\_enviro/shops/sw5/](http://meinedomain.de/test_enviro/shops/sw5/)_&nbsp; - Demostart lässt sich aufrufen, ohne Probleme! AAAABER -\> es lädt einfach immer und unendlich … ohne das was passiert. Klickt man dann auf einen Reiter oder sonst was landet man im Nirvana auf der Hostdefault-Seite. Ende

Und die Htacces dazu ist folgende:

RewriteEngine on

#RewriteBase /shopware/

# HTTPS config for the backend

#RewriteCond %{HTTPS} !=on  
#RewriteRule backend/(.\*) https://%{HTTP\_HOST}%{REQUEST\_URI} [L,R=301]

RewriteRule shopware.dll shopware.php  
RewriteRule files/documents/.\* engine [NC,L]  
RewriteRule backend/media/(.\*) media/1 [NC,L] RewriteRule custom/.\*(config|menu|services|plugin)\.xml ./shopware.php?controller=Error&action=pageNotFoundError [NC,L]

RewriteCond %{REQUEST\_URI} !(/(engine|files|templates|themes|web)/)  
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]

# Fix missing authorization-header on fast\_cgi installations

RewriteRule .\* - [E=HTTP\_AUTHORIZATION:%{HTTP:Authorization},L]

# Restrict access to VCS directories  
  
RedirectMatch 404 /\.(svn|git|hg|bzr|cvs)(/|$)

&nbsp;&nbsp;&nbsp; # Restrict access to root folder files  
&nbsp;&nbsp;&nbsp; RedirectMatch 404 /(autoload.php|composer.(json|lock|phar)|README.md|UPGRADE-(.\*).md|CONTRIBUTING.md|eula.\*.txt|.gitignore|.\*.dist|.env.\*)$

&nbsp;&nbsp;&nbsp; # Restrict access to shop configs files  
&nbsp;&nbsp;&nbsp; RedirectMatch 404 /(web/cache/(config\_\d+.json|all.less))$

&nbsp;&nbsp;&nbsp; # Restrict access to theme configurations  
&nbsp;&nbsp;&nbsp; RedirectMatch 404 /themes/(.\*)(.\*.lock|package.json|.gitignore|Gruntfile.js|all.less|node\_modules/.\*)$

# Staging environment

#SetEnvIf Host “staging.test.shopware.in” SHOPWARE\_ENV=staging

# Development environment

#SetEnvIf Host “dev.shopware.in” SHOPWARE\_ENV=dev  
#SetEnv SHOPWARE\_ENV dev

DirectoryIndex index.html  
DirectoryIndex index.php  
DirectoryIndex shopware.php

# Disables download of configuration

# Deny all requests from Apache 2.4+.  
  
  
  
Require all denied

&nbsp;&nbsp;&nbsp; # Deny all requests from Apache 2.0-2.2.  
&nbsp;&nbsp;&nbsp;   
  
Deny from all

# Enable gzip compression

AddOutputFilterByType DEFLATE text/html text/xml text/plain text/css text/javascript application/javascript application/json application/font-woff application/font-woff2 image/svg+xml

&nbsp;

Ich würde mich über hilfreiche Hinweise freuen. Danke Matt

&nbsp;

---

<div class="post-metadata">

### Author: ![R4M](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/r4m/32/9983_2.png) [@R4M](https://forum.shopware.com/u/R4M)
#### Post date: [6. März 2020 um 13:37 UTC](https://forum.shopware.com/t/shopware-5-6-6-von-startseite-zur-unterkategorie-passiert-nichts-ausser-endloswarteschleife/65290/2 "2020-03-06T13:37:28Z")

</div>

Läuft denn das Backend? In den Shopeinstellungen auch den Pfad “/test\_enviro/shops/sw5” eingetragen?

---

<div class="post-metadata">

### Author: ![Mattythekid](https://avatars.discourse-cdn.com/v4/letter/m/c6cbf5/32.png) [@Mattythekid](https://forum.shopware.com/u/Mattythekid)
#### Post date: [6. März 2020 um 14:30 UTC](https://forum.shopware.com/t/shopware-5-6-6-von-startseite-zur-unterkategorie-passiert-nichts-ausser-endloswarteschleife/65290/3 "2020-03-06T14:30:16Z")

</div>

Hallo R4M,&nbsp;

danke für deine Antwort. Also das Backlend läuft stabil und ohne Probleme. Der Pfad sollte richtig eingetragen sein, siehe Screenshot:

[https://photos.app.goo.gl/BLHGMvJZgPkwEES6A](https://photos.app.goo.gl/BLHGMvJZgPkwEES6A)

Viele Grüße
