[Plugin: Networks for WordPress] Cannot get to Sites with https addresses
-
I can still get to my original network and all of its sites, but the second network that I setup is having problems. The entire wordpress installation is only accessible from our local intranet, even though I am using an external domain name for the second network. The problem I am running into is that I can access the admin page of my second network using https://aquacultureglobal.org/wp-admin/ just fine, but when I go to https://aquacultureglobal.org/ all i get a blank page. And if I use a regular https:// address then it gets changed into the domain for my first network.
I started looking some settings for each of the sites, and i noticed that the values for “domain” and “site url” are both https for the working network, but the “site url” for the broken network is set as http.
This is what is in my wp-config file:
define('AUTH_KEY', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put your unique phrase here'); define('NONCE_KEY', 'put your unique phrase here'); define('AUTH_SALT', 'put your unique phrase here'); define('SECURE_AUTH_SALT', 'put your unique phrase here'); define('LOGGED_IN_SALT', 'put your unique phrase here'); define('NONCE_SALT', 'put your unique phrase here'); define('FORCE_SSL_LOGIN', true); ... define( 'WP_ALLOW_MULTISITE', true ); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; /*define( 'DOMAIN_CURRENT_SITE', 'captest.aces.edu' ); define( 'PATH_CURRENT_SITE', '/' );*/ define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define('WP_TEMP_DIR', ABSPATH . 'wp-content/tmp'); define('FS_METHOD', 'direct'); /* this fixes the problem with being able to delete plugins auto and add them */
https://www.ads-software.com/extend/plugins/networks-for-wordpress/
- The topic ‘[Plugin: Networks for WordPress] Cannot get to Sites with https addresses’ is closed to new replies.