Search found 1 match

by hgc2002
06 Jun 2018, 04:35
Forum: Help
Topic: CSS Styles not loading correctly
Replies: 2
Views: 16466

Re: CSS Styles not loading correctly

It worked for me.

Before that I tried to modify the config_defaults_inc.php file with this, but failed:

##########################
# MantisBT Path Settings #
##########################

$t_protocol = 'https'; //'http'; <------
$t_host = 'localhost';
if( isset ( $_SERVER['SCRIPT_NAME'] ) ) { (etc.)