Configuração do vhost para Apache - PHPSC/phpsc-conf GitHub Wiki
<VirtualHost *:80>
ServerName phpsc-conf
DocumentRoot /home/william/dev/www/phpsc-conf/public/
<Directory /home/william/dev/www/phpsc-conf/public/>
# enable the .htaccess rewrites
AllowOverride All
Require all granted
</Directory>
ErrorLog /var/log/apache2/phpsc-conf_error.log
CustomLog /var/log/apache2/phpsc-conf_access.log combined
</VirtualHost>
Substitua o path /home/william/dev/www
pelo path correspondente no seu ambiente.
Não esqueça de adicionar a entrada phpsc-conf
no arquivo /etc/hosts
da sua máquina.