{"id":404,"date":"2023-12-14T03:28:30","date_gmt":"2023-12-14T03:28:30","guid":{"rendered":"https:\/\/dbnc.me\/thelogme\/?p=404"},"modified":"2025-02-03T04:48:51","modified_gmt":"2025-02-03T04:48:51","slug":"how-to-make-multisite-using-wordpress","status":"publish","type":"post","link":"https:\/\/thelog.me\/?p=404","title":{"rendered":"How to make Multisite using WordPress"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">WordPress \uc778\uc2a4\ud1a8 \ud55c\ubc88\uc73c\ub85c \uc5ec\ub7ec \uc2f8\uc774\ud2b8\ub97c \ud55c\uacf3\uc5d0\uc11c \uad00\ub9ac\ud558\ub294 \ubc29\ubc95<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\uae30\ubcf8 \uc815\ubcf4 \ub9c1\ud06c: <br><a href=\"https:\/\/wordpress.org\/documentation\/article\/create-a-network\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/wordpress.org\/documentation\/article\/create-a-network\/<\/a><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"video-container\"><iframe loading=\"lazy\" title=\"WordPress Multisite Explained | Step-by-Step Setup Guide\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/Vbcijw2E7nE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"video-container\"><iframe loading=\"lazy\" title=\"What is WordPress Multisite? Subdomain vs Subdirectory\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/KasHbOLf2zY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-luminous-vivid-orange-color has-alpha-channel-opacity has-luminous-vivid-orange-background-color has-background is-style-dots\" style=\"margin-top:100px;margin-bottom:100px\"\/>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Step 1: Prepare Your WordPress<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><mark style=\"background-color:#fcb900\" class=\"has-inline-color\">WordPress \uc778\uc2a4\ud1a8\uc740 root \ud3f4\ub354\uc5d0 \ud574\uc57c\ud55c\ub2e4. \ub9cc\uc57d root \ud3f4\ub354\uc5d0 \ud558\uc9c0 \uc54a\uc73c\uba74 network (multisite) admin \uc5d0 \ub85c\uadf8\uc778\ud560\ub54c \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud55c\ub2e4.<\/mark><\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Step 2: Allow Multisite<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To enable the Network Setup menu item, you must first define multisite in the\u00a0<mark style=\"background-color:#fcb900\" class=\"has-inline-color\">wp-config.php<\/mark>\u00a0file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open up\u00a0wp-config.php\u00a0and add this line\u00a0above\u00a0where it says\u00a0<br><mark style=\"background-color:#fcb900\" class=\"has-inline-color\">\/* That&#8217;s all, stop editing! Happy publishing. *\/<br><\/mark>If it doesn\u2019t say that anywhere, then add the line somewhere above the first line that begins with\u00a0require\u00a0or\u00a0include:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code><mark style=\"background-color:#fcb900\" class=\"has-inline-color\">\/* Multisite *\/ define( 'WP_ALLOW_MULTISITE', true );<\/mark><\/code><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You will need to refresh your browser to continue.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Step 3: Installing a Network<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The previous step enables the Network Setup item in your Tools menu. Use that menu item to go to the Create a Network of WordPress Sites screen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To see an example of the Create a Network of WordPress Sites screen, look at <mark style=\"background-color:#fcb900\" class=\"has-inline-color\">Administration >Tools > Network Setup<\/mark>. The screen does not look exactly the same in all circumstances. The example shown is for an installation on localhost, which restricts the options available.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/network-create.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Addresses of Sites in your Network<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You are given the choice between sub-domains and <mark style=\"background-color:#fcb900\" class=\"has-inline-color\">sub-directories<\/mark>, except when existing settings restrict your choice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You must choose one or the other. You can reconfigure your network to use the other choice after installation, despite the advice on the screen, but reconfiguring it might not be easy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You only need wildcard DNS for on-demand domain-based sites, despite the advice that may be on the screen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once more: See Before You Create A Network.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sub-domains \u2014 a domain-based network in which on-demand sites use subdomains<br>Sub-directories \u2014 a path-based network in which on-demand sites use paths<br>Network Details<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These are filled in automatically, but you can make changes. Server Address The domain of the URL you are using to access your WordPress installation. Network Title The title of your network as a whole. Admin E-mail Address Your email address as super admin of the network as a whole.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Double-check the details and press the <mark style=\"background-color:#fcb900\" class=\"has-inline-color\">Install<\/mark> button.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note: The installer may perform a check for wildcard subdomains when you have not configured them yet, or when you do not need them at all. Ignore the warning if it does not apply to your network. See the Server Requirements section in Before You Create A Network for information about wildcard subdomains.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Step 4: Enabling the Network<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To enable your network, follow the instructions on the Create a Network of WordPress Sites screen. The instructions that you see are customized for your installation. They might not be the same as the examples you see here.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/wordpress.org\/documentation\/files\/2018\/11\/tools-network-created.png?fit=1024%2C742&amp;ssl=1\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Back up your existing wp-config.php and .htaccess files, unless this is a fresh install and you have nothing to lose.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are two steps: 1. Add the specified lines to your wp-config.php file The extra lines go just after where you added the line in Step 1: Prepare Your WordPress. 2. Add the specified lines to your .htaccess file If you do not have a .htaccess file, then create it in the same directory as your wp-config.php file. If you ALREADY have a .htaccess file, replace any existing WP lines with these new ones. In some cases you might also have to add Options FollowSymlinks at the start of the file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After completing these steps, log in again using the link provided. You might have to clear your browser\u2019s cache and cookies in order to log in.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Step 5: Network Admin Settings<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/wordpress.org\/documentation\/files\/2018\/11\/network-admin-link.png?fit=383%2C184&amp;ssl=1\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">At the left of your WordPress toolbar, My Sites is now the second item. There, all your sites are listed, with handy fly-out menus, as well as a Network Admin menu item. Under Network Admin you can use the Dashboard item to go to the Network Dashboard screen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Go to the Settings Screen to configure network options, and the Sites Screen to manage your sites.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more information, see: Network Admin<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Upgraded and can\u2019t find the Network Admin menu?<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Step 6: Administration<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are some additional things you might need to know about advanced administration of the network, due to the additional complexity of a Multisite. Even if you\u2019re familiar with WordPress, the location and behavior of Multisite Network Administration can be confusing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Read Multisite Network Administration for more information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For help troubleshooting:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Debugging a WordPress Network<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"728\" height=\"44\" src=\"https:\/\/thelog.me\/wp-content\/uploads\/2025\/02\/separator-2.png\" alt=\"\" class=\"wp-image-1316\" srcset=\"https:\/\/thelog.me\/wp-content\/uploads\/2025\/02\/separator-2.png 728w, https:\/\/thelog.me\/wp-content\/uploads\/2025\/02\/separator-2-300x18.png 300w\" sizes=\"auto, (max-width: 728px) 100vw, 728px\" \/><\/figure>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Summary<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><mark style=\"background-color:#fcb900\" class=\"has-inline-color\">\u2022&nbsp;Godaddy \uc5d0\uc11c name server setting \uc744 \ud574\uc57c \ud55c\ub2e4.<\/mark><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><mark style=\"background-color:#fcb900\" class=\"has-inline-color\">\u2022&nbsp;\uc11c\ubc84 cPanel \uc5d0\uc11c addon domains \uc744 \ub9cc\ub4e4\uba74\uc11c Document Root \uc14b\ud305\uc744 root \uc73c\ub85c \ubcc0\uacbd\ud574\uc11c \ub9cc\ub4e4\uc5b4\uc57c \ud55c\ub2e4.<\/mark><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><mark style=\"background-color:#fcb900\" class=\"has-inline-color has-black-color\"><mark style=\"background-color:#fcb900\" class=\"has-inline-color\">\u2022&nbsp;<\/mark>Network Admin \uc5d0\uc11c<br>1. New Site \ub9cc\ub4e4\ub54c Site Address \ub294 \uc6d0\ud558\ub294 \uc774\ub984 (\ub3c4\uba54\uc778\ub124\uc784) \uc815\ud560\uac83<br>2. Site Title \ub123\uace0 (\ucd94\ud6c4 \ub2e4\ub978\uac83\uc73c\ub85c \ubcc0\uacbd \uac00\ub2a5)<br>3. Admin Email \uc740 Network Admin (Super Admin) \uc774\uba54\uc77c\ub85c \uc9c0\uc815\ud574\uc904<br>4. Click &#8220;Add Site&#8221; button<br>5. All Sites \ub85c \uc774\ub3d9\ud574\uc11c \ubc29\uae08 \ub9cc\ub4e0 \uc0ac\uc774\ud2b8 Edit \uc73c\ub85c \ub4e4\uc5b4\uac00\uc11c Site Address (URL) \uc744 \ub2e4\uc2dc \uc218\uc815\ud574\uc8fc\uace0 click &#8220;Save Changes&#8221; button<br>6. \ub05d<\/mark><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress \uc778\uc2a4\ud1a8 \ud55c\ubc88\uc73c\ub85c \uc5ec\ub7ec \uc2f8\uc774\ud2b8\ub97c \ud55c\uacf3\uc5d0\uc11c \uad00\ub9ac\ud558\ub294 \ubc29\ubc95 \uae30\ubcf8 \uc815\ubcf4 \ub9c1\ud06c: https:\/\/wordpress.org\/documentation\/article\/create-a-network\/ Step 1: Prepare Your WordPress WordPress \uc778\uc2a4\ud1a8\uc740 root \ud3f4\ub354\uc5d0 \ud574\uc57c\ud55c\ub2e4. \ub9cc\uc57d root \ud3f4\ub354\uc5d0 \ud558\uc9c0 \uc54a\uc73c\uba74 network (multisite) admin \uc5d0 \ub85c\uadf8\uc778\ud560\ub54c \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud55c\ub2e4. Step 2: Allow Multisite To enable the Network Setup menu item, you must first define multisite in the\u00a0wp-config.php\u00a0file. Open up\u00a0wp-config.php\u00a0and add&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71,74],"tags":[15,19,21,34],"class_list":["post-404","post","type-post","status-publish","format-standard","hentry","category-how","category-internet","tag-how","tag-multisite","tag-networking","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/thelog.me\/index.php?rest_route=\/wp\/v2\/posts\/404","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thelog.me\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thelog.me\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thelog.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thelog.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=404"}],"version-history":[{"count":20,"href":"https:\/\/thelog.me\/index.php?rest_route=\/wp\/v2\/posts\/404\/revisions"}],"predecessor-version":[{"id":1322,"href":"https:\/\/thelog.me\/index.php?rest_route=\/wp\/v2\/posts\/404\/revisions\/1322"}],"wp:attachment":[{"href":"https:\/\/thelog.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thelog.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thelog.me\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}