XF 2.3 XenForo doesn't use the Board URL in settings

josh_b_and_b

New member
I have a reverse proxy setup that is working 95%.

In my source code, I'm finding my upstream/origin/host domain in the code. This domain is not specified anywhere in the XenForo configuration/settings.

I just go to any page on the forum and view source then CTRL+F for the upstream domain and it is there. The board URL is there more often, but it should be the only URL there. Thankfully 337 of the URLs on the homepage are relative and don't reference the domain.

So basically, in parts of the code, XenForo ignores the Board URL that is set. Any idea why?
 
All URLs in default XF use the board URL param - nothing is hard coded.

Any customisations or third party add-ons may not.
Thanks for the reply.

I don't have any customizations or addons. It's nearly brand new. I put our logo up and changed some colors.

Here are the 3 places:

<meta property="og:url" content="[[here]]" />

1728667220710.webp


1728667283433.webp
 
Back
Top Bottom