1

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

Re: About BASE_URL.

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';
If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

3

Re: About BASE_URL.

big_smile:D:D:D:D
Thank you!!