
RewriteOptions inherit

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