Just installed the CMS and I did have some problems with it finding the default page so I might help to have some rewrite rules. However this configuration does work as long as you specify Default.php in the URL.
VirtualHost {
Hostname = www.churchinfo.dev
WebsiteRoot = /var/www/churchinfo/html
AccessLogfile = /var/www/churchinfo/logs/access.log
ErrorLogfile = /var/www/churchinfo/logs/error.log
UseFastCGI = PHP7
StartFile = Default.php
}
Make sure to update root directory in the Include/Config.php
$sRootPath = ''; // Must be an empty string if in the root path
Now access the website at the following URL:
http://www.churchinfo.dev/Default.php