Forum

This content is now out of date.

Visit Our Community

How to change relative URL’s?

At the moment we have a web server set up that hosts our main site at [code]https://our.domain.co.uk[/code]
We have Yellowfin running on a separate server.
We would like to make access to our Yellowfin server available at [code]https://our.domain.co.uk/bi/[/code].

We've managed to successfully use HAProxy so that requests made to [code]https://our.domain.co.uk/bi/[/code] get redirected to the Yellowfin server. This gets us as far as being able to access the Yellowfin login page.

The trouble we're having is that the Yellowfin server is generating relative page links without the '/bi/' prefix.
E.g. The Yellowfin login form is submitting to '/login.i4', which results in
[code]https://our.domain.co.uk/login.i4[/code]
instead of the required '/bi/login.i4'
[code]https://our.domain.co.uk/bi/login.i4[/code]

Assuming that it's possible, how can we configure the Yellowfin server so that the generated links are as described above?

Hi,

Thanks for the detailed.

I'll do my best to get this working for you, though I suspect what you're facing is related to the web server itself, and unfortunately we are unable to control what is does.

Have you tried changing the Yellowfin app path mentioned in the following post:
Changing default ROOT url path for Yellowfin

Please let me know how this goes.

Regards,
David