-
I encountered a "Too Many Redirects" error while adding a new domain to my WordPress multisite network. After extensive debugging, I identified that the wp_redirect_to_ssl() function in the Really Sim…
-
### Describe the bug
When running on PHP 8.2, there are some deprecation warnings that revolve around dynamic properties added to `WC_Order`. According to the comments on [WC_Order_Square](https://gi…
-
Since the nginx repo provides configuration for WP multisite, and we're using wp-cli to install WP, it should be trivial to control what type of site is setup for the given domains (i.e. multisite-sub…
-
Hello,
I noticed it is possible to use the WP multisite option. But how to enable WPML multisite?
We have a website running on different domain for each language. We would like to set a tag per …
-
Getting this to work with an existing network wasn't too hard. `/etc/hosts` mappings get handled properly with this config:
```
###
# Configuration for Vagrant
###
name: multisite
#production…
-
### Summary
One could argue that crons should be part of the deploy. 😄
How do we accomplish this?
It would really help me if this was part of the trellis docs. 🙏🏼
AC: (feel free to change the…
-
I have setup a new site with VVV, with the following config
```
my-site:
skip_provisioning: false
description: "My Site"
repo: https://github.com/Varying-Vagrant-Vagrants/custom-sit…
-
Looking at the [htaccess.j2 file](https://github.com/ttssdev/appflow/blob/5548d0f31ebf920c6039d22dd6b3dd7f1d058f8b/playbooks/roles/web/templates/wp_bedrock/htaccess.j2) and noticed a few issues:
* …
-
I was asked to use Wordpress with multisite setup.
I know, that it needs to add to wp-config.php:
```
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
```
However, how do I get the ssl cert…
-
Hi,
I have a WP Multisite and want Understrap Child to be my default theme for new sites. Was hoping this would work in wp-config but no luck.
`define( 'WP_DEFAULT_THEME', 'Understrap Child' );`
…