When the website is disabled, the default page used is index.html. However, I need it to use index.php instead, because this file contains a PHP script that displays important information while the site is offline.
I also noticed that when the site is disabled, the line include enable-php-74.conf; in the configuration file gets automatically commented out, which disables PHP support. In my case, this is not desirable, as PHP processing must continue to work regardless of whether the site is online or offline.
Could you please let me know how to configure it so that:
index.php is used instead of index.html when the site is disabled;
PHP support remains active, and the line include enable-php-74.conf; is not commented out automatically.