Page 1 of 1

updating database

Posted: Wed Sep 25, 2019 3:53 pm
by mrtooti
I have forced my site from http to https, I see hesk now does not look right. Here can I find the site URL in the database, so I ma update it? I am not seeing any config tabel.

Re: updating database

Posted: Wed Sep 25, 2019 7:23 pm
by Klemen
That usually means you have links to non-secure content (images, CSS, Javascript) in your header/footer files. Try fixing that.

If that doesn't do the trick, open file hesk_settings.inc.php and change

Code: Select all

$hesk_settings['force_ssl']=1;
to

Code: Select all

$hesk_settings['force_ssl']=0;
You will also find the

Code: Select all

$hesk_settings['hesk_url']
in the same file.

But, like said, SSL is a must these days so you should fix the non-secure content instead.