Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1732

[3.3.x] Support Forum • Re: Issue with Paths and Reverse Proxy with DNS

$
0
0
I don't know if this would have fixed your problem, but it's worth noting the startup code in every phpBB file:

Code:

define('IN_PHPBB', true);$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
I think you could define 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/');
That said, I haven't tried it.
Mainly because I don't want to pay extra for an SSL certificate that handles more subdomains than www.promptworks.us.
FWIW, you can get free SSL certificates from Let's Encrypt and Cloudflare, to name only two possibilities.

Statistics: Posted by HB — Sat Apr 27, 2024 12:39 am



Viewing all articles
Browse latest Browse all 1732

Trending Articles