I've been following the following guide to control whether or not to display a maintenance page.
https://www.shellhacks.com/redirect-site-maintenance-page-apache-htaccess/
I would only like Apache to re-direct new connections to the maintenance page though, users currently on the site should be able to continue as normal until they close connection. How would I do this in Apache?