Forked from mkdizajn/magento local.xml override stores base url
Last active
August 29, 2015 14:12
-
-
Save connort77/fae40ab88641eacc7d91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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