How to Direct http to https

From ReduxWiki

Jump to: navigation, search

Making use of an .htaccess file:

RewriteEngine On
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://subdomain.domain.com/ [R]



Image:Tip.png Back to How To Documents
Personal tools