Need to figure out a clean way of being able to specify 'maintenance mode' which will display a holding page.
Perhaps an extra couple of lines in the htaccess that will pick up on an environment variable, redirecting to a single PHP file that renders the maintenance template (still with Twig) - this way it will still work even if there are severe issues with the rest of the code.
Need to figure out a clean way of being able to specify 'maintenance mode' which will display a holding page.
Perhaps an extra couple of lines in the htaccess that will pick up on an environment variable, redirecting to a single PHP file that renders the maintenance template (still with Twig) - this way it will still work even if there are severe issues with the rest of the code.