# Externe Startseite

**URL:** https://forum.shopware.com/t/externe-startseite/66393
**Category:** Allgemein
**Created:** [20. April 2020 um 14:12 UTC](https://forum.shopware.com/t/externe-startseite/66393 "2020-04-20T14:12:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![BjarneL](https://avatars.discourse-cdn.com/v4/letter/b/96bed5/32.png) [@BjarneL](https://forum.shopware.com/u/BjarneL)
#### Post date: [20. April 2020 um 14:12 UTC](https://forum.shopware.com/t/externe-startseite/66393/1 "2020-04-20T14:12:08Z")

</div>

Hallo,&nbsp;

ist es irgendwie möglich eine externe Index.html anzulegen die als Startseite fungiert, sodass man quasi eine custom Landing Page hat die aber auf gleicher Domain Ebene liegt wie der Shop, sprich ohne den Shop dabei eine Ebene tiefer zu schieben ?

Vielen Dank schon mal im Voraus!

---

<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: [21. April 2020 um 07:09 UTC](https://forum.shopware.com/t/externe-startseite/66393/2 "2020-04-21T07:09:58Z")

</div>

Lege doch einfach eine index.html in dein Root vom Shop. Dann siehst du was passiert.

---

<div class="post-metadata">

### Author: ![11shop](https://avatars.discourse-cdn.com/v4/letter/1/90ced4/32.png) [@11shop](https://forum.shopware.com/u/11shop)
#### Post date: [23. April 2020 um 15:28 UTC](https://forum.shopware.com/t/externe-startseite/66393/3 "2020-04-23T15:28:05Z")

</div>

@BjarneL‍ Hey,&nbsp;

Klar, du kannst einfach eine Index.html anlegen und diese überall extenden.&nbsp;

z.B auf Listing Ebene wird die Ausgabe ungefähr so aussehen: Hier z.B. mit Attribute Abfrage.

```
  {* Static Content ? *}
    {if $sCategoryContent.attribute.static_template} 
        {assign var="static_template" value=$sCategoryContent.attribute.static_template} 
        {include file="frontend/_staticpages/$static_template"}
    {/if}

```

Variable „static\_template“ ist deine Category Content

$static\_template wäre halt deine Index.html bzw. index.tpl und die Datei muss unter Theme/frontend/\_staticpages/ sein.&nbsp;

&nbsp;

LG&nbsp;

Amin :)&nbsp;
