Project

General

Profile

Actions

Defect #11881

closed

FCGI mode does not support sub-URI

Added by Jonathan Tee almost 12 years ago. Updated 5 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Project settings
Target version:
-
Start date:
Due date:
% Done:

90%

Estimated time:
Resolution:
Wont fix
Affected version:

Description

Hi,
i installed redmine in a subdir /redmine.

My Setup: Redhat5,apache with fcgid

Every links in Redmine are generated correct, e.g. /redmine/projects/bal and so on. But if i go to my projectssettings (/redmine/projects/myproject/settings) some links are not generated correctly.

Tab Members, if i try to change the role -> 404 (The requested URL /memberships/8 was not found on this server. (/redmine/ is missing)

Tab Repositries
edit/del/user-links for an existing repro are not working, same like above:

<a href="/repositories/7/committers" class="icon icon-user">User</a>
<a href="/repositories/7/edit" class="icon icon-edit">Edit</a>
<a href="/repositories/7" class="icon icon-del" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Delete</a>

my Config:
environment.rb:Redmine::Utils::relative_url_root = "/redmine"
environment.rb:ActionController::Base.relative_url_root = "/redmine"

routes.rb (had to add scope and end):
RedmineApp::Application.routes.draw do
scope "/redmine" do
....

end


Related issues

Related to Redmine - Defect #11274: Repository edit link is incorrect when running in a sub-URIClosed

Actions
Related to Redmine - Defect #11886: Broken link while edit/delete "Issue Category" under project in Redmine 2.1.0New

Actions
Related to Redmine - Defect #12102: Installed Redmine in a sub-URI: Links are generated not correctlyNew

Actions
Related to Redmine - Defect #12420: URLs in notification emails do not include the sub-URIClosed

Actions
Actions

Also available in: Atom PDF