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
1
vote
0 answers

Odoo: custom module-views overriden by WebEditor-views in Multi-site context

In Odoo-13 (odoo.sh), in my custom module src/user/membershipzsb, after having created a new qweb (web-layout): portal_my_details_zsb which inherit the Base-View portal_my_details (view id:421)
sylvain
  • 853
  • 1
  • 7
  • 20
1
vote
2 answers

Add sites in subdomain and not under wordpress multisite subdomain

I'm confused, I have a miltisite wordpress installation but also another site managing the customer areas. So I have the site on the main domain www.domaine.com and i installed the wordpress multisite in a subdomain: sites.domain.com So far…
Jim1120
  • 63
  • 6
1
vote
1 answer

Microweber multi site not working [Domain DNS Problem]

I want to use microweber and multisite but I have few problems. I installed microweber and it works. Docs; http://docs.microweber.com/guides/installation.md I also did the multisite setup as shown in the Microweber…
Jdev
  • 21
  • 2
1
vote
1 answer

Redirect sub page to www in htaccess

I have a multi site where the sub pages should redirect from non-www to www. RewriteCond %{HTTP_HOST} ^example\.com$ RewriteRule ^/?$ "https\:\/\/www.example\.com" [R=301,L] This code above works if you enter https://example.com, then you are…
webbmary
  • 9
  • 3
1
vote
1 answer

When a Wordpress multisite user logs into a subsite, they are redirected to the main site

I'm building a multisite and have encountered an issue that I can't find a solution to. When users log into a subsite, for example at "example.com/site2/wp-admin", they are redirected to "example.com" when they sign in. Is there a way to ensure…
WickedDice
  • 13
  • 3
1
vote
1 answer

Static Default Homepage When Creating A New Subsite on Multisite Install

I have a multisite setup with a static page as the homepage called Home. However, when I create a new subsite within the multisite network it defaults to the Wordpress blog page as the default homepage. I don't want to have to go into the settings…
patricko
  • 831
  • 4
  • 16
  • 34
1
vote
0 answers

is_network_admin() function does not work correctly on multisite

I'm trying to execute this simple function: function network_admin_check() { if ( is_network_admin() ) { echo __( 'You are viewing a WordPress network administration page', 'textdomain' ); } else { echo __( 'You are not…
hhh
  • 394
  • 2
  • 15
1
vote
2 answers

Wordpress wp-admin "Not Found The requested URL was not found on this server"

I wanted to install and setup WordPress multisite, and made these changes to wp-config.php file and .htaccess file respectively. Now i can't access the wp-admin panel its giving me this error I'm running this on azure bitnami packaged WordPress…
RandumbOne
  • 49
  • 5
1
vote
1 answer

network admin in user panel add filter option

Hi Team I am new to WordPress, just want to add a new filter option in the multisite WordPress network, in the all-user panel just want to add some filter options.
1
vote
1 answer

Redirecting a WP multisite URL to a subsite URL

I have a WordPress multisite installation with a base URL of https://example.com. Subsites have an initial URL of https://example.com/forinstance, which can be changed in WordPress to an alias of https://forinstance.com. But I want to redirect all…
JohnG
  • 486
  • 3
  • 22
1
vote
1 answer

NGINX Rewrite rules for WordPress Multisite in a subfolder

I have a unique setup with a WordPress install in the main root and a second WordPress install (multisite) in a sub folder. /sites/example.com/files/[WP Site example.com] /sites/example.com/files/demo [WP Multisite example.com/demo] The main site…
1
vote
0 answers

Converting from storing uploads in wp-content/blogs.dir to wp-content/uploads/sites

I recently upgraded an old Wordpress multisite website, it was created before WordPress 3.5. It used the blogs.dir to store images. Is it possible to convert the site to using the wp-content/uploads/sites instead of blogs.dir to store uploads from…
user2197774
  • 453
  • 1
  • 6
  • 20
1
vote
0 answers

Change specific table prefixes on a subdomain in a wordpress multisite single install

Goal: Create a dashboard on a separate "my-account" sub-domain for customers to manage woocommerce account information while maintaining all other table prefixes to enable management of other information that is kept on the "my-account"…
1
vote
1 answer

Wordpress Multisite Upgrade Uploads Folder Questions

I upgraded a Wordpress Multisite install from 4.9.15 to 5.9. and moved to a different hosting platform. On the subsites the images were not displaying and they were not attached on the upgrade. When I uploaded an image to one of the subsites media…
user2197774
  • 453
  • 1
  • 6
  • 20
1
vote
1 answer

WordPress Multilingual Support for Multisite

I have one multisite with one custom post-type and multiple taxonomies and posts are generated using a third-party application. Now I want to create a German addition site where content from the third-party application will be German and I want to…
Harit Panchal
  • 422
  • 3
  • 14