Websitenize .htaccess ile www yönlendirmesi yapmak istiyorsanız aşağıdaki kodu kullanabilirsiniz.
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Websitenize .htaccess ile www yönlendirmesi yapmak istiyorsanız aşağıdaki kodu kullanabilirsiniz.
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]