Questions tagged [multisite]

The Wordpress blog engine has a resource called MultiSite which allow you to have multiples websites in a single wordpress instance.

In WordPress there is a resource called MultiSite. It is a special mode built into WordPress, which allows you to create a network of multiple websites, all running on a single installation of WordPress.

794 questions
2
votes
1 answer

Sitecore multisite setup with language-culture in url

I want to setup a sitecore solution containing multiple sites. The sites hostnames need to have the suffix language-culture, so I want the urls to be like: [HOST]/de-DE [HOST]/sv-SE [HOST]/fr-BE [HOST]/nl-BE I tried to configure the sites with…
staccata
  • 664
  • 1
  • 7
  • 17
2
votes
0 answers

Single Sign On for wordpress multisite with different domains

I am trying to get SSO working for a WordPress multi-site environment with several domains. I tried to send all sites to the same database define('CUSTOM_USER_TABLE', 'wp_users'); define('CUSTOM_USER_META_TABLE',…
Litsher - Nathan
  • 265
  • 1
  • 5
  • 18
2
votes
1 answer

WordPress multisite setup as subdomain - wildcard DNS record setup

I am new to WP multisite environment. I want to setup multisite in my local Ubuntu 14.04 environment. I already have localhost for my main site configured as carbazarlocal.com and its running OK. When I go to Tools > Network Setup I can see two…
Subrata Sarkar
  • 2,975
  • 6
  • 45
  • 85
2
votes
1 answer

switch_to_blog() within WordPress shortcode

Using a WordPress multisite network, I need to access custom post types from our main site from within a shortcode. For example, our main site (ID 1) is where the custom post types (Case Studies) are stored. In functions.php I have the…
user5589998
2
votes
0 answers

Docker wordpress multisite with subdomains

I'm looking for dockerized wordpress that supports multisite (with subdomains and NOT subdirectories). The best I found is installing it from scratch (at least it can be used as valuable approach): Dockerize wordpress or one with…
pjolep
  • 21
  • 3
2
votes
1 answer

"404 page not found" while creating child site from frontend form

I am creating a child site from front-end by using wpmu_create_blog(). The whole code is working fine but the main issue occurs when we visit the new site frontend it gets 404 page not found But when I create the new child site from wp-admin, the…
Dimple
  • 21
  • 2
2
votes
2 answers

Laravel Multisite Setup with Sub Domains

I want to build Laravel CMS with following requirements: Admin (manage all sites/database). Multi-sites (running on sub-domains, manage own database) each with API access. Same Codebase (can be replicated if needed). Same Database with different…
Imran Ali
  • 372
  • 5
  • 16
2
votes
1 answer

WordPress 4.7.2 update on multisite causes wp-admin redirect loop

I have a website running multisite using a subdirectory setup. I have just tried updating my site to 4.7.2 and the update goes through and no errors happen during the installation, but then after the install is finished I am redirected to…
2
votes
0 answers

WordPress Multisite subdomains RewriteRules .htaccess

I want to redirect some old urls to new one and I want this also for the subdomains, but I've a hard time to get this work. Do I miss something in my .htaccess? The redirects won't work for my main site but also the sub domains doesn't work. And a…
Carloscody
  • 96
  • 1
  • 1
  • 9
2
votes
1 answer

Wordpress Multisite - Can't access subfolder sites dashboard

I am new to WordPress Multi-site and I am seeing a weird issue. I have installed a new instance of WordPress, enabled multi-site using sub-folders. The only issue is when I create a new website, it doesn't show correctly and I cannot access the new…
Phill Wiggins
  • 2,577
  • 4
  • 28
  • 33
2
votes
2 answers

Algolia for Wordpress Multisite

Is there any way to use Algolia to index and create a search for sites on a Wordpress Multisite installation? E.g. so if I was browsing a site in the multisite network, then I could use a searchbox hosted on that site to search for other relevant…
2
votes
1 answer

Wordpress Multisite MULTI DATABASE

I have recently discovered the multisite functionality of the wordpress core. really exciting! After digging around some more, I noticed that the database simply replicates 9 tables each time we create a new subdomain; but keeps them all in the…
2
votes
1 answer

WordPress multisite breaks including / require of wp-load.php

I get the following error after moving to multisite when running my cronjob: Notice: Undefined index: HTTP_HOST in /var/www/html/myapp/wp-includes/ms-settings.php on line 38 Call Stack: 0.0009 392912 1. {main}()…
Toskan
  • 13,911
  • 14
  • 95
  • 185
2
votes
1 answer

wordpress multisite and buddypress username allow uppercase

I am using wordpress multisite and buddypress the usernames are restricted to use only lowercase when a uppercase is used in the username then I get the error message, Usernames can only contain lowercase letters (a-z) and numbers. Like to know is…
siva prasanna
  • 143
  • 1
  • 1
  • 10
2
votes
0 answers

Wordpress Multisite: Some Images Giving 404 Error After Update To 4.5

I inherited a multisite Wordpress network and am running into a strange issue after updating to Wordpress 4.5. For my domain mapping, I am using the Wordpress MU Domain Mapping plugin. On a few of my sites, images are not appearing due to a 404…
sadq3377
  • 827
  • 1
  • 5
  • 17