Change the link from "redminelink" to "redminelink"/redmine
Added by Andreas Bruhn almost 3 years ago
Hi,
- Ruby version: ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [x86_64-linux]
- Rails version: Rails 5.2.6
- Operating system: Ubuntu 20.04.3 LTS
- Database: MySQL 5.5.56
- Ruby-aware server used: Passenger
Our new Redmine server works basically fine :-). However, I need to adjust the link so that the old links of the old system still work. Until now we still had /redmine attached to "redminelink" (-> "redminelink"/redmine).
In the redmine-gui in "Configuration" I changed the hostname to ""redminelink"/redmine"...
I added the following to the file "/etc/apache2/sites-available/redmine.conf" and restarted the server, but it did not lead to any success:
<Location /redmine>
RailsEnv production
PassengerBaseURI /redmine
Options -MultiViews
</Location>
Any ideas? :-)
Thank you and merry christmas
Andreas
Replies (1)
RE: Change the link from "redminelink" to "redminelink"/redmine - Added by Andreas Bruhn almost 3 years ago
Hi,
It works now :-).
I took the configuration from the old server and adjusted it accordingly.
Unfortunately, I had subsequently forgotten to re-enable the new sites (since the "sites-available" were named differently). I have now done that and now everything works. :-).
Many greetings
Andreas