<VirtualHost *:80>
    ServerName programa.marketcomunicaciones.com
    DocumentRoot /var/www/programasmarket/public

    <Directory /var/www/programasmarket/public>
        AllowOverride All
        Require all granted
        Options -Indexes +FollowSymLinks
    </Directory>

    ErrorLog /var/log/httpd/programa-error.log
    CustomLog /var/log/httpd/programa-access.log combined
</VirtualHost>
