Actions
Defect #2218
closedCan't install Redmine in a virtual directory on a server
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-11-20
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I'd like to install Redmine to https://secure.example.com/redmine/ but it seems I'm limited to installing it to root virtual directory only.
The requirement is that the connection is secure (https), but I don't want to have to purchase an extra security certificate to just use Redmine.
I've tried substituting strings on the fly but it gets pretty messy.
A possible fix is pretty obvious: set a global variable in the config file, then include it for every URL in the system. Of course this would need to apply to AJAX calls as well as to normal URLs.
Updated by Jean-Philippe Lang about 17 years ago
- Status changed from New to Closed
- Resolution set to Invalid
You should find how to run a Rails app in a virtual directory using Google or the forums.
Actions