Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Manage website maintenance mode

Update 04/30/2026

This guide explains how to enable or disable maintenance mode on a website hosted with Infomaniak Hosting.

 

Preamble

  • Maintenance mode allows you to display a custom message to your visitors, for example while resolving a technical issue.
  • It is also possible to specify IP addresses that can bypass this page.
  • An email is sent to the Organization's users.

 

Enable maintenance mode

To activate a page that temporarily replaces your usual homepage:

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product in question.
  3. Click the toggle switch to enable the maintenance page.
  4. Confirm the warning.
  5. Click the button to enable:

 

Customize the maintenance page

To set up a page with your desired message:

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product in question.
  3. Click on Page and Maintenance in the left sidebar menu.
  4. Click on Create a page or the Customize button if it already exists:
  5. Format the text of your choice.
  6. Configure the display using the elements on the right.
  7. Click on Save & Activate to publish the page:

 

Allow IP addresses to bypass the suspension

It is possible to display the actual site even with maintenance mode activated. To do this, it is necessary to enter the IP addresses of the computers that need to be able to bypass maintenance mode:

  1. Activate maintenance mode according to the procedure above.
  2. Go back to the maintenance page configuration page (see procedure above).
  3. Under Maintenance on the right, click on Insert my IP address to allow your computer to display the site without maintenance mode:
    • It is also possible to manually enter the IP addresses to authorize.
  4. Click on Save and publish.

If the IP addresses of the added computers change, it will be necessary to repeat these steps.

 

Disable maintenance mode

To disable the message that appears on your site during maintenance:

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product in question.
  3. Click either on the Disable button or on the toggle switch to disable the maintenance page:
  4. Confirm the deactivation of maintenance.

 

Alternative method for WordPress

It is not recommended to activate the Infomaniak maintenance page above to then work in WordPress.

It is recommended to install a WordPress extension (there are dozens available) dedicated to maintenance within the CMS itself.

Otherwise, you can add the code <?php $upgrading = time(); ?> in a new empty file named .maintenance (the dot before the file name is important) placed on the server at the root of your site, which will disable all your pages except the WordPress homepage.


Has this FAQ been helpful?