Osclass forums
Development => Development => Topic started 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
-
Did you also change your config file, and or in admin suggest using ssl?
-
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?
-
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/');
-
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.
-
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.
-
It's OK, but these days it's best to force https and redirect http.
-
Thank you. I will do that, in some next period. Very soon.