Hello,
If I went to http://libreoffice.org/bugzilla, CSS and JavaScript
files (with relative paths when they are referenced in the HTML) are
loaded from the wrong path, causing the page to look like plain HTML.
For example, http://www.libreoffice.org/skins/standard/global.css does
not exist. Its real path is
http://www.libreoffice.org/bugzilla/skins/standard/global.css. However,
due to the way relative paths are converted into absolute paths when the
request is processed, browsers think http://www.libreoffice.org/bugzilla
is an actual file, not a folder, since the URL does not have a / at the
end of it. The issues in bug 74344 (which says that the HTML is plain
when https://www.libreoffice.org/bugzilla is loaded) appear to be caused
by this issue. If I were to load http://www.libreoffice.org/bugzilla/
in my web browser, the browser recognizes bugzilla as a folder and loads
all of the relative URLs from there.
So, a simple HTTP redirect from http://www.libreoffice.org/bugzilla or
https://www.libreoffice.org/bugzilla to
http://www.libreoffice.org/bugzilla/ or
https://www.libreoffice.org/bugzilla/ would fix the issue of Bugzilla
appearing as plain HTML.
Cheers,
[email protected]
--
To unsubscribe e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted