# Bergamote
Alias /bergamote /var/www/html/bergamote
<Directory "/var/www/html/bergamote">
    AddDefaultCharset UTF-8
    DirectoryIndex index.php
    Options FollowSymLinks
    Order Allow,Deny
    php_admin_flag allow_url_fopen On
    Allow from All
</Directory> 
