GithubHelp home page GithubHelp logo

isabella232 / wp-multisite-subdirectory-nginx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xwp/wp-multisite-subdirectory-nginx

0.0 0.0 0.0 19 KB

Proof of concept of a WP subdirectory multisite in a subdirectory.

Dockerfile 34.20% PHP 65.80%

wp-multisite-subdirectory-nginx's Introduction

Subdirectory Multisite in a Subdirectory

A proof-of-concept for WordPress subdirectory multisite in a subdirectory of the web root:

  • Web server root at ./web.
  • WordPress added as a Composer dependency at ./web/wp.
  • WordPress multisite configured as subdirectory install.

See nginx.conf for the relevant Nginx configuration and specifically the rewrite rules.

Requirements

  • Docker
  • PHP and Composer

Setup

  1. Install Composer dependencies:

     composer install
    
  2. Start the server environment:

     composer start
    
  3. Setup the WP sub-directory network:

     composer setup
    

Visit the environment at subdir.wpenv.net or subdir.wpenv.net:8033 to view PHPMyAdmin.

Login at subdir.wpenv.net/wp-login.php using admin as username and password as password.

Create a new site on the network such as subdir.wpenv.net/example:

composer cli -- wp site create --slug=example

and visit its admin area at subdir.wpenv.net/example/wp-admin/ while the site is available at subdir.wpenv.net/example/.

wp-multisite-subdirectory-nginx's People

Contributors

kasparsd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.