

When attempting to access the subdirectory site or it's admin area the "too many redirects" error appears. Once the network is set up, any subdirectory site should route correctly and allow access to or ACTUAL BEHAVIOUR Ill also list some great posts which helped me get to.
#Mamp wordpress multisite subdirectory install
Make sure you choose subdirectory and NOT subdomain.Īfter install, access the network settings page: Īttempt to access or EXPECTED BEHAVIOUR So, this post will cover how I got a sub-directory Multisite install working in Windows 7 with XAMPP.
#Mamp wordpress multisite subdirectory download
Wp core download & wp config create -promptĪdd your database information and then enable multisite: Use wp-cli to download and install a network: Mkdir -p /path/to/data/www/multisite/htdocs I'm hoping someone can use the multisite subdirectory rules and point me in the right direction to convert this to the yml file nginx will need. I have a working vhost-specific nginx.yml working (/my/path/data/and I have confirmed this file is working when restarting Devilbox (I can break routing, so it's loading the file correctly. However, I have had no luck converting this CONFIG file into the nginx.yml file that Devilbox requires. Multisite on Devilbox does work, allowing me to access my main site ( ) as well as the admin and network admin of the multisite ( and ).Īfter confirming that Multisite was correctly configured (by setting up the same files on a remote development server), I have determined my NGINX configuration may need to be tweaked to accomplish subdirectory routing. Initially, I assumed this was a WordPress multisite issue and took steps to diagnose WordPress myself. More specifically, I'm encountering "Too Many Redirects." When creating a brand new WordPress Multisite with subdirectories (e.g., " ") I am encountering a broken page. Enable WordPress multisite, choosing the 'sub-domain' option. WordPress Multisite, however, has thrown a wrench into the system.

WordPress and other applications have come over without issue. So far, everything has transitioned perfectly. I'm switching Devilbox over to be my primary development environment (and getting away from MAMP PRO). Container versions: cytopia/mariadb-10.1:latest, devilbox/nginx-stable:0.22, devilbox/php-fpm:7.2-work-0.32, cytopia/bind:0.15.Fill in the site address (URL), site title and admin email of the site you are moving into the multisite, then click the Add Site. From the dashboard, move your mouse to the Sites side menu and click on Add New. What containers are running: dbox_mysql_1, dbox_httpd_1, dbox_php_1, dbox_bind_1 After installing WordPress multisite setup, login to your multisite network.Docker Compose version: docker-compose version 1.22.0, build f46880f.Docker version: Docker version 18.06.0-ce, build 0ffa825.Native Docker or Docker Toolbox: Native Docker (Mac).Host operating system: macOS High Sierra 10.13.6.
