{"id":5,"date":"2021-12-26T17:02:42","date_gmt":"2021-12-26T09:02:42","guid":{"rendered":"https:\/\/www.daogu.work\/?p=5"},"modified":"2022-01-09T21:57:31","modified_gmt":"2022-01-09T13:57:31","slug":"wordpress%e5%ae%89%e8%a3%85%e7%af%87","status":"publish","type":"post","link":"https:\/\/daogu.work\/?p=5","title":{"rendered":"wordpress\u5b89\u88c5\u7bc7 &#8212; \u4e00\u4e9b\u95ee\u9898"},"content":{"rendered":"\n<h2 class=\"alignwide has-text-align-left wp-block-heading\">1.\u4e3b\u57df\u540d\u4e0ewww\u57df\u540d<\/h2>\n\n\n\n<p class=\"has-text-align-left\">\u57df\u540d\u89e3\u6790\u65f6\uff0c@\u8fd9\u6761\u8bb0\u5f55\u548cwww\u8fd9\u6761\u8bb0\u5f55\uff0c\u90fd\u9700\u8981\u914d\u7f6e\u5230\u4e3b\u673a\uff0c\u8fd9\u6837\u624d\u80fd\u89e3\u6790\u51fa\u6765\u3002<\/p>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\">2.centos 7\u9632\u706b\u5899\u7684\u4e00\u4e9b\u4ee3\u7801<\/h2>\n\n\n\n<pre class=\"wp-block-code has-normal-font-size\"><code><code><span id=\"pos_placeholder\" style=\"width: 0px; height: 0px; visibility: hidden; margin: 0px; padding: 0px;\"><\/span># \u68c0\u6d4b\u9632\u706b\u5899\u662f\u5426\u542f\u7528\uff0crunning\u4e3a\u542f\u7528\uff0c\u53cd\u4e4b\u4e3a\u672a\u542f\u7528\nfirewall-cmd --state\n# \u82e5\u672a\u542f\u7528\uff0c\u5219\u542f\u7528\nsystemctl start firewalld\n# \u5f00\u673a\u81ea\u52a8\u542f\u52a8\nsystemctl enable firewalld\n# \u67e5\u770b443\u7aef\u53e3\u662f\u5426\u4f7f\u7528\u4e86\u9632\u706b\u5899\nfirewall-cmd --permanent --zone=public --query-port=443\/tcp\n#\u7ed3\u679c\u6253\u5370\u4e3ano,\u8868\u793a\u6ca1\u6709\u5f00\u653e443\u7aef\u53e3\uff0c\u90a3\u4e48\u6dfb\u52a0\u4e0b\u8be5\u7aef\u53e3\nfirewall-cmd --permanent --add-port=443\/tcp\n# \u67e5\u770b\u7aef\u53e3\u662f\u5426\u88ab\u9632\u706b\u5899\u5f00\u542f\nfirewall-cmd --permanent --query-port=443\/tcp\n# \u79fb\u9664\u9632\u706b\u5899\u7aef\u53e3\nfirewall-cmd --permanent --remove-port=443\/tcp\n# \u5237\u65b0\u9632\u706b\u5899\u7b56\u7565\nfirewall-cmd --reload<\/code><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">3.wordpress\u4ece\u65e7\u7684\u57df\u540d\u6539\u5230\u65b0\u57df\u540d\uff0c\u6ce8\u610f\u4e8b\u9879<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>\u66f4\u6362\u57df\u540d\u6838\u5fc3\u601d\u60f3\u5176\u5b9e\u5c31\u662f2\u70b9\uff1a\u66f4\u6362\u6570\u636e\u5e93\u91cc\u9762\u7684\u7f51\u7ad9\u9996\u9875\u5b57\u6bb5\uff1b<\/strong><\/li><\/ul>\n\n\n\n<p><code><span id=\"pos_placeholder\" style=\"width: 0px; height: 0px; visibility: hidden; margin: 0px; padding: 0px;\"><\/span>UPDATE wp_posts SET post_content = replace( post_content,<span class=\"has-inline-color has-luminous-vivid-orange-color\"> 'old domain.com','new domain.com'<\/span>);<\/code><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>\u66f4\u6362\u6587\u7ae0\u91cc\u9762\u7684\u56fe\u7247\u89c6\u9891\u7b49\u94fe\u63a5\u3002<\/strong> \u4e3b\u8981\u662f\u6539wp_options \u8868\u4e2d\u7684&#8217;siteurl&#8217;\u548c&#8217;home&#8217;\u8fd9\u4e24\u4e2a\u8bb0\u5f55\u3002<\/li><\/ul>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background has-normal-font-size\"><code>UPDATE wp_options SET option_value = 'https:\/\/<span class=\"has-inline-color has-luminous-vivid-orange-color\">yourdomain.com<\/span>' where option_name='siteurl';<\/code><\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background has-normal-font-size\"><span id=\"pos_placeholder\" style=\"width: 0px; height: 0px; visibility: hidden; margin: 0px; padding: 0px;\"><\/span><code>UPDATE wp_options SET option_value = 'https:\/\/yourdomain.com' where option_name='home';<\/code><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">4.nginx\u542f\u52a8\u6743\u9650\u95ee\u9898\uff0c\u5bfc\u81f4wordpress\u65e0\u6cd5\u8fd0\u884c<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">5.wordpress\u81ea\u52a8\u5347\u7ea7\u95ee\u9898<\/h2>\n\n\n\n<p>\u6709\u65f6\u5019\uff0cphp\u7248\u672c\u548c\u6027\u80fd\u5176\u5b9e\u662f\u5e26\u4e0d\u52a8\u65b0\u7248\u672c\u7684\uff0c\u5347\u7ea7\u4e4b\u540e\u4f53\u9a8c\u5e76\u4e0d\u597d\uff0c\u4f46wordpress\u4f1a\u5f00\u542f\u81ea\u52a8\u66f4\u65b0\u3002<\/p>\n\n\n\n<p>\u53ef\u4ee5\u5173\u6389\uff0c\u901a\u8fc7\u4fee\u6539\u7f51\u7ad9\u6839\u76ee\u5f55\u4e0b\u7684wp-config.php\u6587\u4ef6\u6765\u4fdd\u5b58\u3002<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>define('AUTOMATIC_UPDATER_DISABLED', true)<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1.\u4e3b\u57df\u540d\u4e0ewww\u57df\u540d \u57df\u540d\u89e3\u6790\u65f6\uff0c@\u8fd9\u6761\u8bb0\u5f55\u548cwww\u8fd9\u6761\u8bb0\u5f55\uff0c\u90fd\u9700\u8981\u914d\u7f6e\u5230\u4e3b\u673a\uff0c\u8fd9\u6837\u624d\u80fd\u89e3\u6790\u51fa\u6765\u3002 2.ce [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-5","post","type-post","status-publish","format-standard","hentry","category-softinstall"],"_links":{"self":[{"href":"https:\/\/daogu.work\/index.php?rest_route=\/wp\/v2\/posts\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daogu.work\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/daogu.work\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/daogu.work\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daogu.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5"}],"version-history":[{"count":13,"href":"https:\/\/daogu.work\/index.php?rest_route=\/wp\/v2\/posts\/5\/revisions"}],"predecessor-version":[{"id":92,"href":"https:\/\/daogu.work\/index.php?rest_route=\/wp\/v2\/posts\/5\/revisions\/92"}],"wp:attachment":[{"href":"https:\/\/daogu.work\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/daogu.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/daogu.work\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}