3 years ago by 1
I am forcing HTTPS on my domain using .htaccess RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] But my Google analytics property is still http. Should I add a n . . .
https-migration google-analytics