aDriv4 - MANAGER
Edit File: vertexpower.co.in.conf
<VirtualHost *:80> ServerName vertexpower.co.in ServerAlias www.vertexpower.co.in DocumentRoot /var/www/html/vertexpower.co.in <Directory /var/www//html/vertexpower.co.in> Options Includes FollowSymLinks AllowOverride All Require all granted AddType text/html .shtml AddOutputFilter INCLUDES .shtml </Directory> ErrorLog ${APACHE_LOG_DIR}/vertexpower.co.in_error.log CustomLog ${APACHE_LOG_DIR}/vertexpower.co.in_access.log combined RewriteEngine on RewriteCond %{SERVER_NAME} =www.vertexpower.co.in [OR] RewriteCond %{SERVER_NAME} =vertexpower.co.in RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>