We have a multi-network installation of WP which has seven (7) different WP multisite networks configured and each multisite network has a different qty of subsites.
Using the plugin WP Multi Networks, all created networks still run using the same WP installation and the same plugins and themes; however, plugins activated at a network level are only active for all the sites on that particular network.
So in our case we would need to activate Wordfence on each of the (7) networks.
HOWEVER, because the code base is the same for all the networks, there is no need for it to run scans of the same codebase seven different times.
It seems that we would be adequately protected by having Wordfence configured and running scans on only the Main network.
Then in order for Wordfence to monitor code execution on the other six networks it seems we would need Wordfence activated on each network BUT with scanning disabled.
What are the settings we need to configure in order to disable scanning but preserve code execution monitoring on the six additional networks?
Thanks in advance.
]]>The mydomain.net page isn’t working
mydomain.net redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
Can anyone help? Thanks in advance.
https://www.ads-software.com/support/plugin/wp-multi-network
https://www.ads-software.com/plugins/wp-multi-network/
]]>This is not for SEO purposes as so many have previously asked about. but so that the site can be loaded from the internal network on top of the external network.
Is this possible to do with WordPress? If so how would I go about doing so?
the configuration of my current setup is as follows:
XAMPP Apache HTTPD
Wordpress Version 4.5.3
no plugins currently installed.
…At a time only ads from one network (Randomly Choosen) will be shown. This feature can also be used to randomly display different sized Ads from the same network….
.
So if I am using script for delivering different ads even from a single network, depending on their number they will be mixed most of the time. But lets say I am using locally created images which are loaded as images and I don’t use a real ad network, even when I choose to use the multiple ad network option only one and the same image loads on all positions I’ve selected. When I refresh the page it changes but again it is one and the same image on all positions I’ve selected. What I want to achieve is for example to have ads/images created by me displayed on 3rd and 7th post on the homepage and using the multiple network option the plugin to display one of the three options I’ve set. I know there is a chance for the ads to be the same sometimes but at least most of the time they will be mixed up.
I am not sure if this is easily achievable with making some changes for the plugin to work. I’ve tried to use php image rotator script, but to be honest I don’t like the idea of loading so many scripts and plugins just to display a single image. The best will be if it can be done straight from your plugin.
Thanks in advance.
https://www.ads-software.com/plugins/wp-insert/
]]>My test environment is a multi-site, sub-directory site.
What I am trying to accomplish is…
/ (main wp network)
– site_1
– subnetworks
/subnetwork-a/
– site_a1 (/subnetwork/site_a1/)
– site_a2 (/subnetwork/site_a2/)
Using the plugin, /subnetwork/site_a1/, pulls content, but the internal links (aka stylesheets, js, etc) don’t work.
Additionally, I get the “The page isn’t redirecting properly” from Firefox when trying to access the subsite/blog admin page for site. I have 2x checked my htaccess, and commented out the recommended lines in my wp-config file.
As a final note, I used the console editor in Firefox for the subsite and tested the link structure of the stylesheets.
It was “https://w.d.c/mysubnetwork/mysite/wp-content/…”(you know the drill)
I changed it to “https://w.d.c/mysubnetwork/wp-content/…” and the stylesheet(s) loaded just fine.
What Gives?
Thanks,
TT
https://www.ads-software.com/plugins/networks-for-wordpress/
]]>that is
I have a main network (CORPORATION)
then within corporation I have EAST, CENTRAL, WEST
I would like to have EAST, CENTRAL, and WEST to have their own networks
EAST->SALES
EAST->ACC
EAST->BD
then similar for CENTRAL and WEST
CENTRAL->CLIENT SERVICES
WEST->VEHICLE DEPOT
is this possible or is there another recommended method for implementing this kind of hierarchy?
NOTE: future requirements may include splitting SALES
SALES->CORPORATE
SALES->RETAIL
SALES->WHOLESALE
and possibly
CORPORATE->LARGE BUSINESS
CORPORATE->MID-RANGE
CORPORATE->SMALL BUSINESS
I have a subdomain network up and running on WP 3.4.1 with a few sites (you can visit the main site here: https://CommunicatorsInAction.com/). I would, however, like to create a network inside of one of my existing subdomains. For example:
Main Network:
https://example.com/
https://site1.example.com/
https://site2.example.com/
Sub Network:
https://site2.example.com/anothersite/
I have installed the Networks for WordPress plugin, but I am unsure how to implement it to achieve the desired result.
Any help would be greatly appreciated,
Ben
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/
]]>I have a multisite install that currently only has 2 sites: example.com and example.com/fr/ (for the French-language version of the site). I would also like to create a network of related sites as such:
example.com/network/site-1
example.com/network/site-2
example.com/network/site-3
…
The network sites would have a different theme than the 2 main sites;
I would like the example.com/network page to be a page where I introduce the network and thus it would share the same theme as the sub-sites, and would have pages of it’s own as well (such as: example.com/network/about-us/). Therefore, I suppose that example.com/network/ would also have to be it’s own site, the “main” site of the “network”.
So what’s the best way of going about this? Can I do this with the single multisite install that I have already, or do I have to use the Networks+ plugin (https://wpebooks.com/networks/) to do this properly? Or should I forget all of the above and have a sub-domain with a separate multisite install as so: network.domain.com/site-1/ ? Wouldn’t doing so make Apache go a little nuts in trying to figure out which WP install is the correct one to go to when someone visits the domain?
Another wrinkle to add: I will also want to add a few other sites as mapped domains at a later date, as part of the main network.
Thanks for your input!
]]>