Dec 19th 2014 #1 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 # SECTION custom BEGIN. RewriteEngine On RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # SECTION custom END.