I need put this code, to force SSL but the Bullet Pro modify the .hacess how I can Include this code in the hacess File Editor ?
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://goldchartsrus.net//$1 [R,L] </IfModule>