Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: A basic question about the menu in BP1.2…


danbpfr
Participant

@chouf1

In your config file you should see things like:

$base = ‘/xxx foldername xxx/’;

define(‘DOMAIN_CURRENT_SITE’, ‘xxxx domain.tld xxx’ );

define(‘PATH_CURRENT_SITE’, ‘/xxx foldername xxx/’ );

define( ‘COOKIE_DOMAIN’, ‘.xxx domain.tld xxx’ );

define( ‘SITECOOKIEPATH’, ‘/xxx foldername xxx/’ );

define( ‘ADMIN_COOKIE_PATH’, ‘/xxx foldername xxx’ );

define( ‘COOKIEPATH’, ‘/xxx foldername xxx/’ );

You have to check each “define” path indicated by xxx something xxx

Skip to toolbar