The following configuration stanza has to be added to 000-default.conf
(or another corresponding Apache site configuration) to allow the
.htaccess configuration of the site access:

<Directory "/home/saulius/public_html">
    AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,MultiViews,Includes,ExecCGI
</Directory>
