Project

General

Profile

Customize URL with vHost by project Managed under redmine

Added by Florian Collot over 14 years ago

Hi all,

I've installed successfuly redmine and i'm enjoy to use it for my differents projects.

But, i need a specific feature and i'm not sure that redmine support it.
I have 3 projects managed with redmine. 3 projects completely differents like My redmine url is like http://redmine.mydomain.com and i would like to have a vhost to each project for the redmine associated like :

So i've created the 3 vhost to each projects and configure inside URL rewrite like (for example with project 1):
RewriteRule (.*) http://redmine.mydomain.com/projects/project1/$1 [L]
But when i test my domain http://redmine.project1.com, i have a redmine page 404 not found.

Do you know the issue for this feature ? Why the rewrite doesn't run with redmine ?
Thx to all in advance ;)