(06-24-2016, 06:06 PM)james_d Wrote: Hi Me.B i followed your code advice regarding the Cloudflare and I was able to get the ssl work.
But when customer go's to the website it doesn't go to the secure https, is there a way how i can enable this?
Use .htaccess in the domain's root folder:
Code:
RewriteEngine On
# Force SSL - Always first!
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]