Forums | Mahara Community
Support
/
An issue after changing to HTTPS
19 June 2014, 1:06
Hello everyone,
I'm using Mahara 1.9 on the latest release of Debian.
I have everything working correctly so far until I switched my site to HTTPS://
I seem to get a skeleton page with no graphics or formatting on the logon screen.
I added these 2 lines to my config.php
$cfg->wwwroot = 'https://yourwebsite'
$cfg->httpswwwroot = 'https://yourwebsite'
Hopefully someone has seen this....Cheers
19 June 2014, 1:44
Nevermind Folks I figured it out.....
I had /mahara and the end of the two lines below.
$cfg->wwwroot = 'https://yourwebsite'/mahara
$cfg->httpswwwroot = 'https://yourwebsite'/mahara
Once I removed /mahara everything straightened itself out.
Thanks