Feature #3963
closedAssociate a hostname to a particular project
0%
Description
It would be nice if we could associate a hostname to a particular project. As an example, with correct DNS and webserver configurations, I'd like to set :
www.project1.com --> my.redmine.server/projects/project1
or
project1.my.redmine.server --> my.redmine.server/projects/project1
That way, we could host multiple projects with their own domain names on the same redmine server.
Updated by Jean-Philippe Lang about 16 years ago
Multiple domain names means multiple sessions and authentications.
How would you handle that?
Updated by Julien Cornuwel about 16 years ago
Well, I wouldn't. The domain name would just be a "shortcut" to the relevant project. But authentication and sessions would remain common. Is it possible ?
Updated by Go MAEDA about 1 month ago
- Status changed from New to Closed
- Resolution set to Wont fix
This should be handled by a web server, not Redmine. Implementing the feature to map host names to projects would introduce unnecessary complexity. Please configure your web server instead.