ServerAdmin webmaster@localhost ServerName drganbuganapathi.com ServerAlias www.drganbuganapathi.com DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined RewriteEngine on RewriteCond %{SERVER_NAME} =drganbuganapathi.com [OR] RewriteCond %{SERVER_NAME} =www.drganbuganapathi.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]