Actions
Defect #792
closedBad URLs for static pages when Redmine is not installed at the server's root
Start date:
2008-03-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
My Redmine installation runs fine on https://mydomain.com/redmine/. Redmine is running on a Mongrel cluster, behind Apache.
There is a "Help" link at the top right of the wiki edition page:
<%= link_to l(:label_help), '/help/wiki_syntax.html', :onclick => "window.open('#{ url_for '/help/wiki_syntax.html' }', '', 'resizable=yes, location=no, width=300, height=640, menubar=no, status=no, scrollbars=yes'); return false;" %>
So when I click on "Help" my browser goes to https://mydomain.com/help/wiki_syntax.html, which of course gives a 404 error.
Note that https://mydomain.com/redmine/help/wiki_syntaxt.html works but all contained images also have erroneous URLs.
Actions