ServerName localhost DocumentRoot "${REPOSITORY}/views" SetHandler "proxy:unix:${PHP_FPM_SOCKET}|fcgi://localhost/" RedirectMatch "^/$" /home/index.php RedirectMatch "^/index.html$" /home/index.php RedirectMatch "^/index.php$" /home/index.php