Forcing https

#1
Hi,

I am having a hard time forcing https. Here is what I have in Rewrite on the vhost:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^(?:www\.)?domain\.ca$
RewriteRule ^(.*)$ https://mineit.domain.ca%{REQUEST_URI} [L,R=301]

No errors or anything is just simply fails to redirect to the https version. What am I missing?
 
Top