• Buongiorno, ho un network e sono passato da http a https prima tramite plugin poi in un secondo momento disattivando plugin e procedendo tramite modifica htaccess, ho un problema il sito continua a darmi un errore :”

    Stai accedendo a questo sito web usando HTTPS, ma il tuo indirizzo WordPress e indirizzo del sito non sono impostati per usare HTTPS per impostazione predefinita.

    HTTP già supportato dal tuo sito web.

    Comunque il tuo indirizzo WordPress è attualmente controllato da una costante PHP e quindi non può essere aggiornato. Devi modificare il tuo?wp-config.php?e rimuovere o aggiornare le definizioni di?WP_HOME?e?WP_SITEURL

    questo problema si ripercuote anche nella search console di google, praticamente il sito principale del network pare sia rimasto come impostazione predefina in http i restanti non credo.

    come posso risolvere?

    Grazie

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    as the error message suggests you need to edit the file wp-config.php

    Open the file and look for these options: WP_HOME and WP_SITEURL then add the s to https://

    Thread Starter guglielmirent

    (@guglielmirent)

    Ciao, questo già è stato fatto:

    /**

    • Multi-site
      *
      */
      define(‘WP_ALLOW_MULTISITE’, true);
      define(‘MULTISITE’, true);
      define(‘SUBDOMAIN_INSTALL’, false);
      $base = ‘/’;
      define(‘DOMAIN_CURRENT_SITE’, ‘dadaumpappa.it’);
      define(‘PATH_CURRENT_SITE’, ‘/’);
      define(‘SITE_ID_CURRENT_SITE’, 1);
      define(‘BLOG_ID_CURRENT_SITE’, 1);

    define(‘FORCE_SSL_ADMIN’, true);

    define(‘WP_HOME’,’https://dadaumpappa.it’);
    define(‘WP_SITEURL’,’https://dadaumpappa.it’);

    Hello,

    good then it seems like the siteurl and homeurl haven’t been updated in the database. Please go to your Hosting Control Panel and open the database. Then search for https://yourdomain.tld and if you find hits then you need to update these to https:// NOTE to replace yourdomain.tld with the domains from the sites of your network. Repeat that for every domain

    Thread Starter guglielmirent

    (@guglielmirent)

    Ho controllato ora e nel database non ci sono corrispondenze con https://dadaumpappa.it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘http to https wp Multisite’ is closed to new replies.