Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 73c90d0

Browse files
Update src/guides/v2.3/install-gde/install/cli/install-cli-subcommands-maint.md
Co-authored-by: Barny Shergold <bshergold@adobe.com>
1 parent 6f0006d commit 73c90d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/install-gde/install/cli/install-cli-subcommands-maint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ bin/magento maintenance:allow-ips <ip address> .. <ip address> [--none]
8686

8787
## Multi-store setups
8888

89-
If you want to set up multiple stores, each with a different layout and localized content, this can be achieved by creating a skin for each and putting this into `pub/errors/{name}` where `{name}` matches the store code set in Magento and in `MAGE_RUN_CODE` in your server configuration. To distinguish between stores and websites with the same code, use `pub/errors/{type}-{name}` where `{type}` is either `store` or `website` and matches what's set in `MAGE_RUN_TYPE` in your server configuration.
89+
If you want to set up multiple stores, each with a different layout and localized content, this can be achieved by creating a skin for each and putting this into `pub/errors/{name}` where `{name}` matches the store code set in Magento and in `MAGE_RUN_CODE` in your server configuration. To distinguish between stores and websites with the same code, use `pub/errors/{type}-{name}` where `{type}` is either `store` or `website` and matches what is set in `MAGE_RUN_TYPE` in your server configuration.
9090

9191
Another option is to pass the `$_GET['skin']` parameter to the intended processor. This method requires specific configuration on your server.
9292

0 commit comments

Comments
 (0)