Search found 1 match

by apellman
24 Feb 2016, 21:35
Forum: Help
Topic: CSS Styles not loading correctly
Replies: 2
Views: 15822

Re: CSS Styles not loading correctly

I ran into this problem, in my case is was a problem with the bugtracker running behind an https proxy but requesting CSS without encryption. I solved it by forcing the site path manually using $g_path

You can add it in config_inc.php with:

$g_path = "https://YOUR_SITE/" (don't forget the ...