apache2.conf
declare root Web directory
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Allow from all
Require all granted
</Directory>
Log file:
gedit /var/log/apache2/error.log
sudo a2enmod rewrite
restart apache2
sudo service apache2 restart
http://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2
Zend framework
https://zf2.readthedocs.org/en/latest/user-guide/skeleton-application.html
Composer installation
https://github.com/zendframework/ZendSkeletonApplication#using-composer-recommended