This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:wpmultisite [2019/08/08 17:44] – oemb1905 | computing:wpmultisite [2019/12/30 02:18] (current) – oemb1905 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ------------------------------------------- | ------------------------------------------- | ||
| - | First, set up a self-hosted WP instance. If you do not know how to set up a self-hosted WP instance, consider my tutorial Self Hosted WP. Once you have WP up and running, set up multi-site as follows (adapted and simplified from wpbeginner.com): | + | First, set up a self-hosted WP instance. If you do not know how to set up a self-hosted WP instance, consider my tutorial Self Hosted WP. Before beginning this tutorial, you should complete [[http:// |
| sudo nano / | sudo nano / | ||
| Line 66: | Line 66: | ||
| sudo certbot --authenticator standalone --installer apache //-d site1.com -d subdomain1.site1.com -d subdomain2.site1.com// | sudo certbot --authenticator standalone --installer apache //-d site1.com -d subdomain1.site1.com -d subdomain2.site1.com// | ||
| - | You must “Expand” the subdomains for as many as you have 1, 2, 3 … etc., and that's what the additional `d` flags do. After this, navigate back to WP and set-up both sites using the new “My Sites” panel at the top. | + | You must “Expand” the subdomains for as many as you have 1, 2, 3 … etc., and that's what the additional |
| - | --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/08/08 17:41// | + | --- //[[jonathan@haacksnetworking.com|oemb1905]] 2019/12/30 02:16// |