Forums | Mahara Community
Support
/
CSS formatting not showing
08 March 2010, 16:09
I've just installed Mahara. It works perfectly on our LAN but over the Internet all the CSS formatting seems to be missing. The fact that it displays perfectly on the LAN makes me think it is a port problem. What ports should be open? Any other ideas as to what the problem could be?08 March 2010, 20:11
Hi Alistair,
It sounds like Mahara may not be detecting your wwwroot properly or you may have an incorrect setting in config.php. Check that you have the correct URL specified here (remove the // if necessary):
//$cfg->wwwroot = 'http://myhost.com/mahara/';
Mahara only needs port 80 to be open (unless you are using https which requires 443).
08 March 2010, 21:00
Thanks, that is it. I was looking for the problem in the wrong place because it worked on the LAN and not on the Internet.