I have tried looking everywhere to changes this.
I have searched all of the files in newsfeed and groups plugins for http and changed everything I could.
Can someone help?
I have tried looking everywhere to changes this.
I have searched all of the files in newsfeed and groups plugins for http and changed everything I could.
Can someone help?
What is added to our config.php file is:
define('OW_URL_HOME', 'https://my-domain-com:443/');
So perhaps you need to update this line in your config.php so everything is serve under https
443 port is used by secure http
We are also serving our pages using https for Oxwall. Everything is working fine but we didn't migrate but installed under https.
What is added to our config.php file is:
define('OW_URL_HOME', 'https://my-domain-com:443/');
So perhaps you need to update this line in your config.php so everything is serve under https
443 port is used by secure http