RewriteEngine On RewriteCond %{REQUEST_URI} !=/robots.txt RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]