{"id":31862,"date":"2024-11-25T15:07:16","date_gmt":"2024-11-25T07:07:16","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31862\/"},"modified":"2024-11-25T15:07:16","modified_gmt":"2024-11-25T07:07:16","slug":"wordpress%e5%bc%80%e5%90%afssl%e5%90%8ecss%e6%97%a0%e6%b3%95%e5%8a%a0%e8%bd%bd%e6%80%8e%e4%b9%88%e5%8a%9e","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31862\/","title":{"rendered":"wordpress\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u600e\u4e48\u529e"},"content":{"rendered":"<blockquote><p>\n  wordpress\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u7684\u89e3\u51b3\u529e\u6cd5\uff1a1\u3001\u627e\u5230functions.php\u6587\u4ef6\uff0c\u5e76\u66f4\u6362\u201cjs\/css\u201d\u8def\u5f84\u4e3a\u76f8\u5bf9\u8def\u5f84\uff1b2\u3001\u5728wp-config.php\u4e2d\u52a0\u5165\u4ee3\u7801\u201cif ($_server[&#8216;http_x&#8230;)\u201d\u5373\u53ef\u3002\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/020\/5fdffd5d91a19283.jpg\" class=\"aligncenter\" title=\"wordpress\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u600e\u4e48\u529e\u63d2\u56fe\" alt=\"wordpress\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u600e\u4e48\u529e\u63d2\u56fe\" \/><\/p>\n<p>\u672c\u6559\u7a0b\u64cd\u4f5c\u73af\u5883\uff1aWindows7\u7cfb\u7edf\u3001WordPress5.4.2\u7248\u672c\uff0c\u8be5\u65b9\u6cd5\u9002\u7528\u4e8e\u6240\u6709\u54c1\u724c\u7535\u8111\u3002<\/p>\n<p>\u63a8\u8350\uff1a\u300a\/&#8221; target=&#8221;_blank&#8221;&gt;<strong>WordPress\u6559\u7a0b<\/strong>\u300b<\/p>\n<p><strong>wordpress\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u7684\u89e3\u51b3<\/strong><\/p>\n<p>\u65b9\u6cd5\u4e00\uff1a\u627e\u5230functions.php\uff0c\u6dfb\u52a0\u5982\u4e0b\u4ee3\u7801\uff1a<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<pre>add_filter('script_loader_src',&nbsp;'agnostic_script_loader_src',&nbsp;20,2);\nfunction&nbsp;agnostic_script_loader_src($src,&nbsp;$handle)&nbsp;{\n&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;preg_replace('\/^(http|https):\/',&nbsp;'',&nbsp;$src);\n}\n&nbsp;\nadd_filter('style_loader_src',&nbsp;'agnostic_style_loader_src',&nbsp;20,2);\nfunction&nbsp;agnostic_style_loader_src($src,&nbsp;$handle)&nbsp;{\n&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;preg_replace('\/^(http|https):\/',&nbsp;'',&nbsp;$src);\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u66f4\u6362js\/css\u8def\u5f84\u4e3a\u76f8\u5bf9\u8def\u5f84\u3002\uff08\u76f8\u5173\u8bfe\u7a0b\u63a8\u8350\uff1acss\u89c6\u9891\u6559\u7a0b\uff09<\/p>\n<p>\u65b9\u6cd5\u4e8c\uff1a\u5728wp-config.php\u4e2d\u52a0\u5165\u8fd9\u4e00\u884c<\/p>\n<pre>if&nbsp;($_SERVER['HTTP_X_FORWARDED_PROTO']&nbsp;==&nbsp;'https')&nbsp;$_SERVER['HTTPS']='on';<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4f46\u662f\u8981\u786e\u4fdd\u4f60\u7684\u4fee\u6539\u5728\u8fd9\u4e00\u884c\u4e4b\u524d<\/p>\n<pre>require_once(ABSPATH&nbsp;.&nbsp;'wp-settings.php');<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u600e\u4e48\u529e\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>wordpress\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u7684\u89e3\u51b3\u529e\u6cd5\uff1a1\u3001\u627e\u5230functions.php\u6587\u4ef6\uff0c\u5e76\u66f4\u6362\u201cjs\/css\u201d\u8def\u5f84\u4e3a\u76f8\u5bf9\u8def\u5f84\uff1b2\u3001\u5728wp-config.php\u4e2d\u52a0\u5165\u4ee3\u7801\u201cif ($_server[&#8216;http_x&#8230;)\u201d\u5373\u53ef\u3002 \u672c\u6559\u7a0b\u64cd\u4f5c\u73af\u5883\uff1aWindows7\u7cfb\u7edf\u3001WordPress5.4.2\u7248\u672c\uff0c\u8be5\u65b9\u6cd5\u9002\u7528\u4e8e\u6240\u6709\u54c1\u724c\u7535\u8111\u3002 \u63a8\u8350\uff1a\u300a\/&#8221; target=&#8221;_blank&#8221;&gt;WordPress\u6559\u7a0b\u300b wordpress\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u7684\u89e3\u51b3 \u65b9\u6cd5\u4e00\uff1a\u627e\u5230functions.php\uff0c\u6dfb\u52a0\u5982\u4e0b\u4ee3\u7801\uff1a \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b add_filter(&#8216;script_loader_src&#8217;,&nbsp;&#8216;agnostic_script_loader_src&#8217;,&nbsp;20,2); function&nbsp;agnostic_script_loader_src($src,&nbsp;$handle)&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;preg_replace(&#8216;\/^(http|https):\/&#8217;,&nbsp;&#8221;,&nbsp;$src); } &nbsp; add_filter(&#8216;style_loader_src&#8217;,&nbsp;&#8216;agnostic_style_loader_src&#8217;,&nbsp;20,2); function&nbsp;agnostic_style_loader_src($src,&nbsp;$handle)&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;preg_replace(&#8216;\/^(http|https):\/&#8217;,&nbsp;&#8221;,&nbsp;$src); } \u767b\u5f55\u540e\u590d\u5236 \u66f4\u6362js\/css\u8def\u5f84\u4e3a\u76f8\u5bf9\u8def\u5f84\u3002\uff08\u76f8\u5173\u8bfe\u7a0b\u63a8\u8350\uff1acss\u89c6\u9891\u6559\u7a0b\uff09 \u65b9\u6cd5\u4e8c\uff1a\u5728wp-config.php\u4e2d\u52a0\u5165\u8fd9\u4e00\u884c if&nbsp;($_SERVER[&#8216;HTTP_X_FORWARDED_PROTO&#8217;]&nbsp;==&nbsp;&#8216;https&#8217;)&nbsp;$_SERVER[&#8216;HTTPS&#8217;]=&#8217;on&#8217;; \u767b\u5f55\u540e\u590d\u5236 \u4f46\u662f\u8981\u786e\u4fdd\u4f60\u7684\u4fee\u6539\u5728\u8fd9\u4e00\u884c\u4e4b\u524d require_once(ABSPATH&nbsp;.&nbsp;&#8216;wp-settings.php&#8217;); \u767b\u5f55\u540e\u590d\u5236 \u4ee5\u4e0a\u5c31\u662f\u5f00\u542fssl\u540ecss\u65e0\u6cd5\u52a0\u8f7d\u600e\u4e48\u529e\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-31862","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=31862"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31862\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}