We had a small Confluence instance that was used by a single division of the company and we migrated to a new instance that is for the whole company. As part of these changes the basic url was changed from confluence.X.com to confluence.Y.com where X was the division name and Y is the parent company name. We set up a redirect so that external links would continue to function, but they don't.
If you click on a link that points to the old server the user is brought to the new server (so that part of the redirect is working) however, the user is presented with their default page (ex. space directory) instead of the page they want.
Is there a way we can fix this?
If it can be fixed, will it work for urls that specify the page id as well as those that have the page title?
Regards,
Ramsay
On a similar scenario we used a transparent proxy to achieve such functionality. It is not optimal though as weird things can happen with the base url.
My problem was caused by an incomplete configuration of the proxy
When I created the Vhost, I forgot the $1 variable which means all info after the server Name.
Before
ServerName confluence.accovia.com
.
.RewriteRule /(.*) https://confluence.acceo.com
NOW
ServerName confluence.accovia.com
.
.
RewriteRule /(.*) https://confluence.acceo.com/$1
I look forward to finding out what kind of weird thinks can happen with the base url
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Being a while, but try uploading a plugin using the non configured base url.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.