updating database
Moderator: mkoch227
updating database
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
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 to
You will also find the in the same file.
But, like said, SSL is a must these days so you should fix the non-secure content instead.
If that doesn't do the trick, open file hesk_settings.inc.php and change
Code: Select all
$hesk_settings['force_ssl']=1;
Code: Select all
$hesk_settings['force_ssl']=0;
Code: Select all
$hesk_settings['hesk_url']
But, like said, SSL is a must these days so you should fix the non-secure content instead.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools