Plugins
300 140

Maintenance mode is designed for working with exchanger sсript files.

To prevent users from seeing errors during updates or editing, you must enable maintenance mode.

When accessing the site, users will be redirected to the maintenance page.

How to enable maintenance mode

To enable maintenance mode, open the rk-config.php file in any editor. The rk-config.php file is located in the root directory.

rеplace the line:

define('RK_MAINTENANCE_MODE', false);

with

define('RK_MAINTENANCE_MODE', true);

How to disable maintenance mode

To disable maintenance mode, open the rk-config.php file in any editor. The rk-config.php file is located in the root directory.

You need to rеplace the line:

define('RK_MAINTENANCE_MODE', true);

on

define('RK_MAINTENANCE_MODE', false);
Category: Site management
Back to Wiki

We use cookies to improve the functioning of the site and its interaction with users. By continuing to use the site, you consent to the use of cookies (find out more).

You can always disable cookies in your browser settings.