Double redmine in mail notification URL
Added by Mark Eggers over 12 years ago
We run Redmine on CentOS 6.3 using mod_fcgid and Apache 2.2.15-15.el6. We access this as http://hostname/redmine.
All works fine.
However, since we upgraded to 2.1.2, we are seeing a double URL in the email notifications we get for issues. In other words, an issue URL will look like the following:
http://hostname/redmine/redmine/issues/69#change-146
instead of:
http://hostname/redmine/issues/69#change-146
This makes the links useless, and discourages the already-reluctant developers to use Redmine.
Have I made a configuration error somewhere (most likely), or is there something I can tweak to address this issue?
Replies (1)
RE: Double redmine in mail notification URL
-
Added by Mark Eggers over 12 years ago
The easiest fix for this was to change the URL in Administration -> Settings -> General as has been documented in the FAQs. I just removed the /redmine from the Host name and path setting.
I don't know why this changed from one release to another, and why Redmine still recommends hostname/redmine on that page for my setup. However, I'm not going to argue with what works.