Hocalarım aşağıdaki yönlendirme doğru mu? İstediğim url versiyonu https://www.website.com

RewriteEngine on

RewriteCond %{HTTP_HOST} !^www\. [OR]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.website.com/$1 [R=301,L]

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ https://www.website.com/ [R=301,L]

RewriteRule ^(.*)/$ https://www..website .com$1 [R=301,L]