# www'den non-www'ye yönlendirme (HTTPS zorunlu)
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.airfilo\.com\.tr [NC]
RewriteRule ^(.*)$ https://airfilo.com.tr/$1 [L,R=301]
