Added by Ali Nebi over 14 years ago
Hi,
i upgraded my installation of redmine to 0.9.4 version and now i'm trying to access it thru apache like an Alias, this way:
In previous version it was working when i added
in config/environment.rb the following line:
ActionController::AbstractRequest.relative_url_root = "/redmine"
Right now this line does not work and if i use it i get an error. The point is all urls to go under /redmine, not under /.
How can i do this in this new version?
I use mod_proxy to access redmine.
I found the answer in the wiki:
http://www.redmine.org/wiki/1/HowTo_Install_Redmine_in_a_sub-URI :)