.htaccess dosyası oluşturun içine yapıştırın:



RewriteEngine On
RewriteCond !{HTTPS} off
RewriteRule ^(.*)$ https://www. %{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www. %{HTTP_HOST}%{REQUEST_URI} [L,R=301]



ana dizine atın sonra