<VirtualHost *:80> SSLEngine on # other setting stat # ... # other stting end RewriteEngine On RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [L,R=301] </VirtualHost>