Hi,
After deploying a new moodle installation. I found out that styles are not working.
The main page correctly specifies a styles.php file that contains the styles. The line from index.php is:
The file is downloaded correctly, but the problem is that it's mime type is text/html instead of text/css.
Now the page is displayed with no styles at all.
Any ideas what might caused this?
I've done some research and found out the following issue:
http://tracker.moodle.org/browse/MDL-10379
The short of it is this: make sure there are no carriage returns or blank spaces after the closing ?> in config.php !!!!
That solved my problem.
http://tracker.moodle.org/browse/MDL-10379
The short of it is this: make sure there are no carriage returns or blank spaces after the closing ?> in config.php !!!!
That solved my problem.