Keywords: Redmine - Other - Technical issue - Other
bnsupport ID: ca188965-5690-5bc2-3d5c-fb4ff56e2707
Description:
Not sure if this is a Bitnami Redmine or simply a Redmine issue.
I have 2 parallel Bitnami Redmine Stacks installed (version 4.1.1.stable), using 2 different local IP's. I've also setup SSL and force HTTPS with a rewrite. I've customized a couple things like adding a banner and centering the header, but that's about it. The issue is that when we select a project from the quick search drop-down list it tries to load the page, but always comes back with a "This site can't be found" error. It does work fine when you switch projects the the Projects menu on the main menu. Everything else works great.
bitnami.conf rewrite rule:
Stack #1
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} !^(localhost|192.168.10.87)
RewriteRule ^/(.*) https://test2.internalsupport.com/$1 [R,L]
Stack #2
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} !^(localhost|192.168.10.88)
RewriteRule ^/(.*) https://test3.internalsupport.com/$1 [R,L]