I purchased a ssl for one website but all other addon (domain) are working with https with the contain of my ssl site
example: https//www.example.com (I purchased ssl for this one)
In same hosting I have 5 domain like www.domain1.com and like so, but they don't have ssl
But when I try to open www.domain1.com (without ssl) with https its working but with the contain of my ssl site i.e www.example.com
I tried with .htaccess but its not working
Options +FollowSymlinks -MultiViews
RewriteEngine on
RewriteCond %{SERVER_PORT} =443
RewriteRule . http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
like this many rule but none of them working