Topic: About BASE_URL.
My server in two network segments, how to modify the code to make it do not check BASE_URL?
- Google Translate
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 troubleshooting → About BASE_URL.
My server in two network segments, how to modify the code to make it do not check BASE_URL?
- Google Translate
The key file is here: config.php. You have to set variable $base_url to your current domain, f.e:
$base_url = 'http://'.$_SERVER[HTTP_HOST].'/forum';
:D:D:D:D
Thank you!!
PunBB Forums → PunBB 1.4 troubleshooting → About BASE_URL.
Powered by PunBB, supported by Informer Technologies, Inc.