i need to make my forum available on two different domains, but after the upgrade from vb4 to vb5 it's ignoring the config option "Always use Forum URL as Base Path". It's always like it's active (overwriting the current domain)
when var_dumping the vb::getDataStore() i get "
["bburl_basepath"]=> int(0) " - so the config must be correct.
I already disabled the caching and tried overwriting the parameters in the config.php - no success. Does someone have an idea how to fix this?
when var_dumping the vb::getDataStore() i get "
["bburl_basepath"]=> int(0) " - so the config must be correct.
I already disabled the caching and tried overwriting the parameters in the config.php - no success. Does someone have an idea how to fix this?
Comment