# HTTPS Yonlendirme Baslangici by akhenatons
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://domainname.com %{SERVER_NAME}%{REQUEST_URI} [R=301,L]
# HTTPS Yonlendirme Sonu by akhenatons