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

