<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Admin | SDT 攻城獅區</title>
	<atom:link href="https://sdt.hameba.tw/tag/admin/feed/" rel="self" type="application/rss+xml" />
	<link>https://sdt.hameba.tw</link>
	<description>由Steven, Der, Ted 三位高級打字員所組成，是三位工程師(攻城獅)所維護的技術分享平台，或許偶爾會分享一些日常，有任何問題或是錯誤的部分，歡迎留言告訴我們！</description>
	<lastBuildDate>Tue, 10 Dec 2019 03:47:07 +0800</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3</generator>

<image>
	<url>https://sdt.hameba.tw/wp-content/uploads/2020/02/hameba_favicon-150x150.png</url>
	<title>Admin | SDT 攻城獅區</title>
	<link>https://sdt.hameba.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>解決WordPress 管理文章頁碼導覽器缺少hostname的錯誤</title>
		<link>https://sdt.hameba.tw/320/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e8%25a7%25a3%25e6%25b1%25bawordpress-%25e7%25ae%25a1%25e7%2590%2586%25e6%2596%2587%25e7%25ab%25a0%25e9%25a0%2581%25e7%25a2%25bc%25e5%25b0%258e%25e8%25a6%25bd%25e5%2599%25a8%25e7%25bc%25ba%25e5%25b0%2591hostname%25e7%259a%2584%25e9%258c%25af%25e8%25aa%25a4</link>
				<comments>https://sdt.hameba.tw/320/#respond</comments>
				<pubDate>Tue, 10 Dec 2019 03:47:07 +0000</pubDate>
		<dc:creator><![CDATA[Hsu Steven]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Pagination]]></category>
		<category><![CDATA[wp-config.php]]></category>

		<guid isPermaLink="false">https://sdt.hameba.tw/?p=320</guid>
				<description><![CDATA[<p>因為Wordpress使用proxypass所造成的頁碼工具會產生空值 進而變成類似這樣https:///ad &#8230; </p>
<p class="link-more"><a href="https://sdt.hameba.tw/320/" class="more-link">閱讀全文<span class="screen-reader-text">〈解決WordPress 管理文章頁碼導覽器缺少hostname的錯誤〉</span></a></p>
The post <a href="https://sdt.hameba.tw/320/">解決WordPress 管理文章頁碼導覽器缺少hostname的錯誤</a> first appeared on <a href="https://sdt.hameba.tw">SDT 攻城獅區</a>.]]></description>
								<content:encoded><![CDATA[<p>因為Wordpress使用proxypass所造成的頁碼工具會產生空值</p>
<p>進而變成類似這樣https:///admin?paged=2的錯誤</p>
<p><span id="more-320"></span></p>
<p>解決方式有查到要到一堆template加參數值，後來看到有人說直接從wp-config.php下手即可</p><pre class="crayon-plain-tag">$_SERVER['HTTP_HOST'] = 'yoursite.com';</pre><p>加上此句後admin導覽器功能就變正常了</p>
<p>https://yoursite.com/admin?paged=2</p>
<p>&nbsp;</p>
<p>Reference</p>
<p><a href="https://core.trac.wordpress.org/ticket/36201">https://core.trac.wordpress.org/ticket/36201</a></p>The post <a href="https://sdt.hameba.tw/320/">解決WordPress 管理文章頁碼導覽器缺少hostname的錯誤</a> first appeared on <a href="https://sdt.hameba.tw">SDT 攻城獅區</a>.]]></content:encoded>
							<wfw:commentRss>https://sdt.hameba.tw/320/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
