rwhost A very handy redirection from http to https specially now that Google and browsers actually demand the existence of an SSL for every site is the following: RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}