Looks like they will get me for another $5 per month just to use a decent cert from them.. I think that will do the trick though.
Will still need to figure out my htaccess but that should do it hopefully..
--------------- Added [DATE]1480636366[/DATE] at [TIME]1480636366[/TIME] ---------------
Quote:
Originally Posted by KevinL
I've used without issue in the past :
Code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://YOURSITE$1 [R,L]
RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Then I just created a a page rule On cloudflare and disabled performance on the admincp and had no issues.
|
Thanks, I will try that htaccess
I already have everything bypassed for admincp.
--------------- Added [DATE]1480636898[/DATE] at [TIME]1480636898[/TIME] ---------------
I cannot understand why everything is messed up in Chrome.. looks like my entire theme is screwed up.