<VirtualHost *:80>
ServerName elpuerto.com.do
ServerAlias www.elpuerto.com.do
DocumentRoot /var/www/elpuerto/html/
<Directory /var/www/elpuerto/html>
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
Require all granted
</Directory>
</VirtualHost>