# R10 Htaccess Oluşturucu # 
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]