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

Commit 20a7d63

Browse files
authored
Merge pull request #9363 from #9363
[Imported] Update documentation to match new feature - localised error pages
2 parents 4303c35 + e763396 commit 20a7d63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ 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, pass the `$_GET['skin']` parameter to the intended processor.
89+
To set up multiple stores, each with a different layout and localized content, create a skin for each and put it into `pub/errors/{name}` where `{name}` is the store code. To distinguish between stores and websites with the same instance, use `pub/errors/{type}-{name}` where `{type}` is either `store` or `website` and matches the `MAGE_RUN_TYPE` in your server configuration.
90+
91+
Another option is to pass the `$_GET['skin']` parameter to the intended processor. This method requires a specific configuration on your server.
92+
9093
In the following example, we are using a `503` type error template file, which requires localized content.
9194

9295
The constructor of the `Error_Processor` class accepts a `skin` GET parameter to change the layout:

0 commit comments

Comments
 (0)