Osclass forums

Development => Development => Topic started by: davidn on February 07, 2019, 04:42:11 pm

Title: ssl issues with osclass
Post by: davidn on February 07, 2019, 04:42:11 pm
please, i installed ssl to my site, but it did not change to https.
i tried forcing http  to  https, my site css now scattered.

what should i do?

my site is https://worldmarketsquare.com

Thanks
Title: Re: ssl issues with osclass
Post by: aide2006 on February 07, 2019, 05:03:45 pm
Did you also change your config file, and or in admin suggest using ssl?
Title: Re: ssl issues with osclass
Post by: davidn on February 08, 2019, 01:35:23 am
I used cloudflare to force https;

although  i still get warnings that my images are not secured...

please, how do i change my config file?
Title: Re: ssl issues with osclass
Post by: aide2006 on February 11, 2019, 04:29:56 pm
if you get to your orginal files
then in the very first config.php
locate this
define('WEB_PATH', 'YOUR WEBSITE ADDRESS/');

with
define('WEB_PATH', 'https://yourwebsite_address/');
Title: Re: ssl issues with osclass
Post by: Aficionado on February 11, 2019, 06:59:46 pm
I used cloudflare to force https;

although  i still get warnings that my images are not secured...

please, how do i change my config file?

I don't really get the Cloudflare installation on a new and empty site.

Anyway, you seem to have other problems also, selecting a Country from the dropdown menu DOESN'T change/reflect any REGION listing of that Country.

Title: Re: ssl issues with osclass
Post by: mladja04 on March 16, 2019, 09:43:50 pm
Hi, I have same problem, and because that I open again this thread.

I know that is possible to in this config.php line write site url only with first lines //, to be

define('WEB_PATH', '//www.mysite.com/');

And with this setting work both, http and https.

Do this is OK, to put only // without http or https in from of link?

Thank you.
Title: Re: ssl issues with osclass
Post by: dev101 on March 17, 2019, 02:14:19 am
It's OK, but these days it's best to force https and redirect http.
Title: Re: ssl issues with osclass
Post by: mladja04 on March 17, 2019, 03:07:40 am
Thank you. I will do that, in some next period. Very soon.