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

