Knowledge Base Hub

Browse through our helpful how-to guides to get the fastest solutions to your technical issues.

Home  >  WordPress FAQ  >  How to enable maintenance mode in WordPress?
Top Scroll

How to enable maintenance mode in WordPress?

 3 min

This article is a guide on how you can enable the maintenance mode in WordPress, and also how you can customize the page that WordPress displays when it is in the maintenance mode.

# Enabling the WordPress maintenance mode :

By default, users will receive the following message when a WordPress site is in maintenance mode :

Briefly unavailable for scheduled maintenance. Check back in a minute.

Whenever WordPress does an update, the site needs maintenance and this is the most common scenario.

There are some different situations also, like during development and testing, you need to manually enable maintenance mode. To do this, perform the following steps :

1. Log in to your account via cPanel or SSH.

2. Use command prompt or cPanel File Manager and go to the directory where you have installed WordPress.

3. Now, by using the preferred text editor, create a file named as .maintenance.

Note: Ensure that the file name starts with a period (.) otherwise this procedure won’t work.

4. Copy and paste the following code into the .maintenance file :

 <?php

    $upgrading = time();

?>

5. Save all the changes to the .maintenance file.

6. Maintenance mode now gets activated for your site. If you wish to restore the normal site operation, then delete the .maintenance file.

# Customize the WordPress maintenance mode message

As we learned previously that WordPress displays a message ” Briefly unavailable for scheduled maintenance” when your site is in maintenance mode. But still, you can customize the page displayed by WordPress, when it is in maintenance mode.

Perform the following steps to do so :

1. With the use of SSH or cPanel File Manager, navigate to the wp-content subdirectory in the directory, where you have installed WordPress.

2. By using a text editor, create a file named as maintenance.php.

3. In this maintenance.php file, add the HTML or PHP code that you want to use when WordPress is in maintenance mode. After this, WordPress will use the maitenance.php file instead of displaying the default message.

Also Read :

1) How to add Google Analytics to WordPress with and without using plugin?

2) How to fix blank pages in WordPress?

For our Knowledge Base visitors only
Get 10% OFF on Hosting
Special Offer!
30
MINS
59
SECS
Claim the discount before it’s too late. Use the coupon code:
STORYSAVER
Note: Copy the coupon code and apply it on checkout.