Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate maintenance page for multistore setup #3393
Open
Comments
This comment has been minimized.
This comment has been minimized.
We are re-organizing our unresolved GH issues into smaller, more focused projects, and have moved this to the the Installation and Configuration Documentation project. |
This comment has been minimized.
This comment has been minimized.
Hi @meker12 How can I assign this issue to me? |
This comment has been minimized.
This comment has been minimized.
@Ketika, only someone with write access to this repo can assign issues. I've assigned this to you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Topic clarification/correction request
Topic Link
Description
Guide/suggestion for multistore maintenance pages.
A problem i faced was to have different layout and localized content. As was speculated here (same for Magento2) it not possible out of the box, but it is.
The error processor accepts an parameter to change the error page template.
This can be passed via rewrite rule in
.htaccess
and needs no further changes. IMHO this should be documentated for multistore setups.Possible solutions
Add documentation for
$_GET['skin']
parameter.maintenance.flag
exists.htaccess:
copy files:
pub/errors/default/503.phtml
topub/errors/sub/503.phtml
pub/errors/default/css/styles.css
topub/errors/default/css/styles.css
(directory name has to match url parameter)
Additional information
nginx setting should be added too.