Hello Team,
SSL working well frontend website. Problem in admin login URL this is not redirect https.
I will try this
RewriteCond %{http_host} ^yourdomain.com/your-admin [nc]
RewriteRule ^(.*)$ https://www.yourdomain.com/your-admin/$1 [r=301,nc]
this is not working in our website .
i will share a screen sort of my problem