Hi all -
I've been using multiple custom vB pages for years and years without any problem.
However, after moving the forum to a new machine and implementing https (maybe just a coincidence), just one of the pages broke, and I can't figure it out.
The page in question is outside of the forum directory (index.php in the site's root dir), and it previously worked fine with the chdir path specified in the PHP.
However, CSS is no longer rendering. Strangely, when looking at the page source, the "base path" is missing from the header. Thus no CSS.
The code is there in the headinclude template, but for some reason, vB is stripping it out for this page:
Code:
<base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]-->
Why would vB delete that line? I'm stumped.
EDIT: I have updated the site URL with "https" in the ACP.