soundintheory / fuel-cmf

A CMF for rapid web application development, built upon FuelPHP and Doctrine ORM
8 stars 0 forks source link

Maintenance mode #15

Open andyjwwhite opened 11 years ago

andyjwwhite commented 11 years ago

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.