Setting up https for cms

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 13, 2014   (RSS)

By Damon - October 13, 2014

Hi,

Under Admin > General Settings, scroll down to Program Url  and set it to be:
https://domain.co.uk/cms/admin.php

Now when you shouldn't see that warning message anymore.
Let me know if this works for you.

Thanks!

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By zaba - October 13, 2014

Hi Damon,

No this did not work (I had already done that).

It may be something to do with my htaccess file which is set to redirect all to https, which may conflicting when I switch requireHTTPS on in settings

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://mydomain.com/$1 [R=301,L]

Instead I have gone in to settings.dat and changed the following

'requireHTTPS' => '0',

'checkReferer' => '0',

This seems to have solved it, since the site will always go to https anyway.

I decided to have the whole site because of google recent announcement about https and its preference for this.