I have created .htaccess file rules. when i used without example.co.uk site get redirect to https://www.example.co.uk but when i tried www.example.co.uk then its not redirecting to https://www.example.co.uk
RewriteCond %{HTTP_HOST} ^example\.co.uk$ [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.co.uk/$1 [R=301,L]
is anyone has any suggestion what went wrong? with this