Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter angelotus2024

    (@angelotus2024)

    Config:

    /**

    ?* Multi-site

    ?*

    ?*/

    define( 'MULTISITE', true );

    define( 'SUBDOMAIN_INSTALL', false );

    define( 'DOMAIN_CURRENT_SITE', 'www.angelovanderklift.com' );

    define( 'PATH_CURRENT_SITE', '/' );

    define( 'SITE_ID_CURRENT_SITE', 1 );

    define( 'BLOG_ID_CURRENT_SITE', 1 );

    // wp-config.php, around line 83

    define('FORCE_SSL_ADMIN', true);

    if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) {

    ? ? $_SERVER['HTTPS'] = 'on';

    }
    Thread Starter angelotus2024

    (@angelotus2024)

    Thanks for replying to my support question.

    All bulletpoints have been already checked. All settings look fine, but problem remains… and moreover, the admin url of recently edit website remains the main admin url…

Viewing 2 replies - 1 through 2 (of 2 total)