redirect to https in apache user conf

  • I would like to improve page loading only for a special domain ...
    Can I use the same redirect part as in master and is it google friendly?

    Code
    1. # SECTION custom BEGIN.
    2. RewriteEngine On
    3. RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    4. # SECTION custom END.