There are times when you don't want visitors accessing your XSite for a variety of reasons — one example is when you're redesigning your site and you don't want anyone to visit it while it's under construction. We recommend temporarily disabling the content on your website and redirecting traffic to a specific page instead of taking the site down permanently — so you aren't starting from scratch when you're ready to re‑enable the site.
These instructions walk you through how to temporarily disable the pages on your website and redirect any visitors to a dedicated landing page.
Permanently disabling your website requires assistance from our support staff and is only possible if a la mode has control of your domain settings. Click the chat icon (
Follow the instructions below in Part 1 to create a landing page and disable your content. Then, follow the instructions in Part 2 to redirect visitors.
Already gone through these steps? Click here to jump to the instructions on how to re‑enable your site.
Part 1: Creating the landing page and disabling content
If your XSite already has a Welcome Page enabled, skip to Step 4 to learn how to disable your current content.
Log in to your XSite. Then, click the XSite icon at the top, and click Wizard.
Click Intro Pages in the Extra Tools section on the left.
Select Use Welcome Page, and then click Save to apply your changes.
Click My Content in the Content section on the left, and uncheck all the pages currently enabled for your XSite.
Make sure to click through the Calculators, Video, Custom, and Local Content tabs to disable any remaining content.
Once you've enabled your landing page, disabled the other pages on your website, and saved your changes, continue with Part 2 below to redirect visitors to your landing page.
Part 2: Redirecting visitors
After creating the landing page, you need to redirect your visitors to it. Adding in a simple line of code to the footer ensures all pages on your website redirect visitors to the landing page you created in Part 1.
Log in to your XSite. Then, click the XSite icon at the top, and click Wizard.
Click Site Footer in the Content section on the left. Then, check the box next to Include a customer footer on my site in the Build Your Own Site Footer section.
Click Customize next to Include a custom footer on my site.
Click HTML at the bottom of the editor, and then copy and paste the following code into the editor — making sure you replace www.yourdomainhere.com with the URL of your XSite:
<meta http-equiv="Refresh" content="0;url=https://www.yourdomainhere.com" />Click Save in the bottom right to save and close the editor. Then, click Save in the upper right to save these changes to your XSite.
That's it! Placing this HTML code into the footer redirects any visitors to the Welcome Page set up in Part 1, preventing visitors from accessing any page on your XSite.
Ready to re‑enable?
When you're ready to re‑enable your XSite, follow the steps in Part 1 to disable the Welcome Page and to turn on any content you disabled. If you were already using the Welcome Page before disabling your site, then you just need to enable your content again. Click here to jump to that step, and enable the pages you want to display on your XSite.
Next, follow the steps in Part 2 to remove the code you pasted, and disable the custom footer. If you were using the custom footer before disabling your site, leave the custom footer enabled and only remove the code you pasted from Step 4.
That's it! Your XSite is now enabled and ready for visitors again.







