This forum is no longer active. Please post your questions to our new community site

Forums Redmine

change redmine URL

Subscribe to change redmine URL 2 post(s), 2 voice(s)

 
Avatar schollii 7 post(s)

Default setup of a stack:

http://domain.com: shows bitnami page
http://domain.com/redmine: redmine app

I would like:

http://domain.com: redmine app
http://domain.com/bitnami: shows bitnami page

I tried following the suggestions at
http://www.redmine.org/boards/2/topics/14284?r=… and http://bitnami.org/forums/forums/redmine/topics…
but I think I’m missing something since I get server or proxy errors.

Has anyone been able to do something similar?

 
Avatar carlos Administrator 144 post(s)

Hi,

Did you remove ‘redmine’ prefix from mongrel services as Beltran described here ?

In order to get bitnami page in /bitnami, you may try adding an alias to httpd.conf:

Alias /bitnami "C:/${installdir}/apache2/htdocs"

Forums Redmine