When I forward my domain example1.com to a https://example2.com site (made with website builder) with masking; the domain shows up in the search bar as unsecured and is http://example1.com. How to do make it so when I forward with masking the example1 domain is https and secure?
Image of how domain appears in the search bar:
(The desired outcome is https://n--------s.com)
Masking does not include SSL.
hey, bruh. i don't allow thought that you have or not the hosting plan. i just adding my configuration towards to .htaccess file - RewriteCond %{HTTP_HOST} ^hostname.net$ [NC]
RewriteRule (.*) https://www.hostname.net/$1 [R=301,L]
to resolve this problem as is. you must change your hostname.zone and don't miss thing that you bought ssl for domain name - for example it may goes as hostname.net or www.hostname.net/
don't miss it,
regards