I don't know if this would have fixed your problem, but it's worth noting the startup code in every phpBB file:
I think you could define
That said, I haven't tried it.
Code:
define('IN_PHPBB', true);$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
PHPBB_ROOT_PATH
in your config.php file and the styles/assets URLs would be resolved as you expected, something like this:Code:
@define('PHPBB_ROOT_PATH', '/forum/');
FWIW, you can get free SSL certificates from Let's Encrypt and Cloudflare, to name only two possibilities.Mainly because I don't want to pay extra for an SSL certificate that handles more subdomains than www.promptworks.us.
Statistics: Posted by HB — Sat Apr 27, 2024 12:39 am