[horde] screen.css and mozilla.css not loaded
Mike
barjunk at attglobal.net
Sat Apr 11 13:28:46 UTC 2026
Quoting Ralf Lang <ralf.lang at ralf-lang.de>:
> Can you post your conf.php setting for ports and your registry.d/03* files?
>
> Am 11. April 2026 00:26:41 MESZ schrieb Mike <barjunk at attglobal.net>:
>> When using most recent beta on a non-default port, screen.css and
>> mozilla.css don't get loaded.
>>
>> That is because it is trying to retrieve them from the URL without the
>> port number included.
>>
>>
>> I was thinking this might be a configuration issue, as opposed to a bug.
>>
>> If it is a bug, I'm happy to create an issue.
>>
>> Mike
>>
>> --
>> Horde mailing list
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
Nevermind, I changed the conf.php entry:
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
to
$conf['server']['name'] = $_SERVER['HTTP_HOST'];
That fixed it.
If there is a better way, let me know.
More information about the horde
mailing list