Out of curiosity: When the new version of CMSMS is expected ? I need to start 3 new sites(PHP 8.1) with CMSMS and if possible to go with a newer version
I solved the problem myself. In case someone have it: Open config.php and replace $config['root_url'] = 'http://www.example.com'; with //$config['root_url'] = 'http://www.example.com'; if($_SERVER['SERVER_PORT']=='443'){ $config['root_url'] = 'https://www.example.com'; }else{ $config['root_url'] = '...
Hi, We call the news module in this way: {news category="Popular courses" summarytemplate="Popular-home" number="8" detailtemplate="popular"} Unfortunately, news modules does not create links with SSL i.e it creates absolute plain HTTP links. If needed I can m...
Hello, We are about to move our site on SSL and I was wondering if there is guide I can read with helpful tips or something ? The problem I am facing at the moment is that most of the urls are absolute i.e <a href='http://www.example.com/somelink.html'>Link</a> while I want it to be: <a href='/somel...