{"id":1532,"date":"2016-05-16T09:54:44","date_gmt":"2016-05-16T08:54:44","guid":{"rendered":"http:\/\/slave27.local\/kb\/?p=1532"},"modified":"2016-05-16T09:54:44","modified_gmt":"2016-05-16T08:54:44","slug":"setting-up-wordpress-multisite","status":"publish","type":"post","link":"https:\/\/andy.teknostatik.co.uk\/kb\/2016\/05\/16\/setting-up-wordpress-multisite\/","title":{"rendered":"Setting up WordPress multisite"},"content":{"rendered":"<p>The instructions at <a href=\"http:\/\/codex.wordpress.org\/Create_A_Network\">http:\/\/codex.wordpress.org\/Create_A_Network<\/a> are good, and are mostly enough to get it up and running.<\/p>\n<p>There are two more things to do on Ubuntu servers:<\/p>\n<p>Enable <code>mod_rewrite<\/code> by issuing the command <code>a2enmod rewrite<\/code> in a terminal.<\/p>\n<p>Open <code>\/etc\/apache2\/apache2.conf<\/code> and find the part that says:<\/p>\n<pre><code> &lt;Directory \/var\/www\/&gt;\n Options Indexes FollowSymLinks\n AllowOverride None\n Require all granted\n &lt;\/Directory&gt;\n<\/code><\/pre>\n<p>Replace <code>AllowOverride None<\/code> with <code>AllowOverride All<\/code><\/p>\n<p>That was all I had to change to get my site working on Ubuntu 16.04 LTS.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The instructions at http:\/\/codex.wordpress.org\/Create_A_Network are good, and are mostly enough to get it up and running. There are two more things to do on Ubuntu servers: Enable mod_rewrite by issuing the command a2enmod rewrite in a terminal. Open \/etc\/apache2\/apache2.conf and find the part that says: &lt;Directory \/var\/www\/&gt; Options Indexes FollowSymLinks AllowOverride None Require all granted &#8230; <a title=\"Setting up WordPress multisite\" class=\"read-more\" href=\"https:\/\/andy.teknostatik.co.uk\/kb\/2016\/05\/16\/setting-up-wordpress-multisite\/\" aria-label=\"Read more about Setting up WordPress multisite\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":"","_share_on_mastodon":"0"},"categories":[8,11],"tags":[],"class_list":["post-1532","post","type-post","status-publish","format-standard","hentry","category-ubuntu","category-wordpress"],"share_on_mastodon":{"url":"","error":""},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/posts\/1532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/comments?post=1532"}],"version-history":[{"count":0,"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/posts\/1532\/revisions"}],"wp:attachment":[{"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/media?parent=1532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/categories?post=1532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/andy.teknostatik.co.uk\/kb\/wp-json\/wp\/v2\/tags?post=1532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}