Current File : //etc/apache2/sites-available/vertexpower.conf
<VirtualHost *:80>
    ServerAdmin admin@vertexpower.co.in
    ServerName vertexpower.co.in
    ServerAlias www.vertexpower.co.in
    DocumentRoot /var/www/html

    <Directory /var/www/html>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/vertexpower_error.log
    CustomLog ${APACHE_LOG_DIR}/vertexpower_access.log combined
</VirtualHost>