
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^vishnuthoppil\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.vishnuthoppil\.com$
RewriteRule ^/?$ "https\:\/\/vishnuthoppil\.com\/" [R=301,L]
