Skip to main content

Create a temporary redirect for an account during upgrade

Comments

3 comments

  • cPanelLauren
    Hi @ChiMark I believe what you're really looking for might be to put the Magento site into maintenance mode. I found the following for you: Enable or disable maintenance mode | Magento 2 Developer Documentation
    0
  • ChiMark
    Hi @ChiMark I believe what you're really looking for might be to put the Magento site into maintenance mode. I found the following for you:
    0
  • cPanelLauren
    Another solution may be to modify the directory index priority to include for example index.html first (if your magento index files are .php) and then place an under construction index.html in the public html which will get viewed first instead of anything else on the site. You could also redirect any subdomains to the index.html file as well. DirectoryIndex Priority can be modified in WHM>>Service Configuration>>Apache Configuration>>DirectoryIndex Priority. Thanks!
    0

Please sign in to leave a comment.