6.0.0-beta1
7/3/25

[#14778] Incorrect urls in css links
Summary Incorrect urls in css links
Queue Horde Framework Packages
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester neoniet (at) neoniet (dot) com
Created 02/04/2018 (2706 days ago)
Due
Updated 02/04/2018 (2706 days ago)
Assigned
Resolved 02/04/2018 (2706 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/04/2018 11:54:36 PM Michael Rubinsky Comment #2
State ⇒ Not A Bug
Priority ⇒ 1. Low
Reply to this comment
You need to configure the port in Horde's config too.


This is a support question, not a bug report.

Please use the mailing lists to ask for support.

http://www.horde.org/mail/ contains a list of all available mailing lists.
02/04/2018 12:04:28 AM neoniet (at) neoniet (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Incorrect urls in css links
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
Reply to this comment
When you run horde on a port other than 80 the stylesheet addresses do 
not include the new port.

Example:

If run on port 8082 write

<!--a75c305b1c0a6022--><link 
href="http://localhost/horde/themes/default/screen.css
rel="stylesheet" type="text/css" />

instead of

<!--a75c305b1c0a6022--><link 
href="http://localhost:8082/horde/themes/default/screen.css
rel="stylesheet" type="text/css" />

Saved Queries