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
2 answers

Laravel 5 Multiple public folder asset function

I need some help. I want to create a multisite from only one Laravel 5.1 installation. I read multiple .env based on subdomain. But I want to every site has its own public folder. So for example with this folders: -> public -> custom_publics ->…
Eric Lagarda
  • 302
  • 2
  • 11
2
votes
2 answers

Wordpress multisite behind an AWS load balancer

I’ve set up a multisite Wordpress installation and would like to move it to 2 EC2 instances behind a load balancer. My issue is with the wp-config.php configuration setting for the DOMAIN_CURRENT_SITE parameter. I currently have it set as…
el diablo
  • 2,647
  • 2
  • 20
  • 22
2
votes
1 answer

Wordpress Multisite with localhost and 8090 port

Problem Im trying to setup a local working sub domain Wordpress multisite on the port 8090. Setup MAMP Stack with SQL on port 3306, Apache on 8080. Wordpress 4.4 installed on path: /Users/x/y/website/www/wordpress Running PHP Webserver in…
NDY
  • 3,527
  • 4
  • 48
  • 63
2
votes
1 answer

pointing domain to wildcard sub sub domain

I have a multisite wordpress install at plataforma.vendamais.pt And I have a wildcard for *.plataforma So all new sites created have this url: client01.plataforma.vendamais.pt client02.plataforma.vendamais.pt and so on. I need to connect my…
rfmarchetti
  • 43
  • 1
  • 7
2
votes
0 answers

Wordpress 4.3 multisite image generate and resize issue

When I upload an image into the media library on a sub-site in our WordPress Multisite only the original image is uploaded. The smaller images could not be uploaded. I have done the following: Map and file rights to 777, would not solve the…
2
votes
1 answer

wordpress multisite remove /sites/{ID}/ automatic upload url

when using wp multisites it gets messed up pretty fast. Is there any solution available removing the automatic /sites/{id}/ folder structure? I'm able to adjust the site-upload-dir within site-settings but it always adds " /sites/{id}/ " to the…
Horst
  • 21
  • 2
2
votes
0 answers

Wordpress Multi-site get-template-directory after upgrade different

One of the sites from our client got some nasty mail-scripts, we've cleaned those scripts and upgraded Wordpress from 3.1 to 4.2. Now we have the following issue with our template, the files are not loading. The reason is a Wrong…
2
votes
1 answer

How to set-up Wordpress Multi-sites on Azure using sub-directories

A question on Wordpress Multisite running on Windows Azure using Sub-directories: does it work? how do you do it?. I've installed Wordpress(4.2.2) from the Azure Gallery, updated the wp.config.php and web.config files to enable and install…
Anthony
  • 1,776
  • 17
  • 29
2
votes
1 answer

Wordpress Multisite Conditionals?

So I have a wordpress Multisite with about 15 different sites. Just an example: country.com (main site) usa.country.com china.country.com france.country.com Now lets say in china.country I wanted an h1 tag that says "THIS IS CHINA" on the header…
Lucas Santos
  • 1,359
  • 3
  • 24
  • 43
2
votes
1 answer

WFFM - Is it possible to change the theme per site?

In WFFM, you can create your own theme which is set globally for the site on the Website folder (system/modules/web forms for marketers/Website). I have a custom theme working and my theme is loads correctly when I change the Theme field on the…
2
votes
1 answer

Rewrite URL across all sites in WordPress Multisite

I'm building a plugin for a WordPress Multisite, and each subsite needs an SEO friendly URL for various tabs that actually appear on the same page. I have already written the system that detects the correct URL and shows the relevant tab using a…
Elliott
  • 21
  • 1
1
vote
2 answers

Using apt-get to install an instance of a web application

Is it possible to have many instances of MediaWiki or Wordpress on a web server, installed and automatically upgraded by apt-get? If so, would Ubuntu LTS upgrade with security-only patches? Thanks!
Flipper
1
vote
0 answers

WordPress Multisite subpages of Main Site redirect to Front Page when accessed with non www

I already checked quite a few different threads here, but I wasn't able to find a solution there. I'm running a WordPress Multisite and there is a problem with the following redirects: https://example.com/site1 -> Redirects to font page…
Karina
  • 11
  • 2
1
vote
0 answers

Added define('cookie_domain', $_server['http_host']) to wp-config file and now its broke

I have created a multisite wordpress and was trying was routing custom domains for each subsite. The domain mapping was working and I read about adding define('cookie_domain', $_server['http_host']); to wp-config. I added it and then everything came…
annaM
  • 117
  • 9
1
vote
0 answers

Adding custom attributes (visibility!) to a WordPress Blog

I want to add custom attributes to a WP blog (not page, or post!), which are editable as checkboxes from the 'Edit site' page, as on the following picture: The current values that are selectable are Public, Archived, Spam, Mature, Deleted. Can I…