Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save connort77/fae40ab88641eacc7d91 to your computer and use it in GitHub Desktop.
Save connort77/fae40ab88641eacc7d91 to your computer and use it in GitHub Desktop.
<config>
<global>
<!-- ... -->
</global>
<stores>
<default>
<web>
<unsecure>
<base_url>http://beispiel.tld/shop/</base_url>
</unsecure>
</default>
<admin>
<web>
<unsecure>
<base_url>https://beispiel.tld/shop/</base_url>
</unsecure>
</admin>
</stores>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment