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

