Project

General

Profile

Expose single project under different domain

Added by Wojtek … over 5 years ago

Hi
I have a redmine installation with multiple projects under single domain (served by Apache2):

https://domain1/projects/some-project1
https://domain1/projects/some-project2
https://domain1/projects/some-project3

I would like for one of those projects to be exposed under different domain directly (and transparently):
https://new-domain/ would server https://domain1/projects/some-project3

apache mod_rewrite should work, but there is still a case of links within redmine itself (including projects/some-project3/).

Any suggestions how I could tackle that? Or that would require internal redmine changes?