<?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>凱達格蘭 &#187; Wordpress使用心得</title>
	<atom:link href="http://blog.ketagalan.com/category/wordpress%e4%bd%bf%e7%94%a8%e5%bf%83%e5%be%97/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ketagalan.com</link>
	<description>成長使人謙卑，謙卑使人成長。</description>
	<lastBuildDate>Wed, 18 Aug 2010 07:00:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress固定格式無法正常作業</title>
		<link>http://blog.ketagalan.com/2009/10/wordpress%e5%9b%ba%e5%ae%9a%e6%a0%bc%e5%bc%8f%e7%84%a1%e6%b3%95%e6%ad%a3%e5%b8%b8%e4%bd%9c%e6%a5%ad/</link>
		<comments>http://blog.ketagalan.com/2009/10/wordpress%e5%9b%ba%e5%ae%9a%e6%a0%bc%e5%bc%8f%e7%84%a1%e6%b3%95%e6%ad%a3%e5%b8%b8%e4%bd%9c%e6%a5%ad/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 04:00:34 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Wordpress使用心得]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.ketagalan.com/?p=186</guid>
		<description><![CDATA[WordPress有提供網址固定格式的功能，但是啟用後點選單篇文章時會一直出現HTTP 404的錯誤，再看過說明WordPress固定格式的網友使用經驗，好像大家都沒有遇到相同的問題，搞的我一頭霧水，後來在抓馬保乙的部落格發現了解決方法，原來是因為.htaccess無法復寫Apache Server的權限所致，所以只要在Apache Server上的httpd.conf上面針對WordPress目錄增加「AllowOverride All」設定即可。我的設定範例如下： &#60;Directory "/var/www/wordpress"&#62; AllowOverride All &#60;/Directory&#62;]]></description>
			<content:encoded><![CDATA[<p>WordPress有提供網址固定格式的功能，但是啟用後點選單篇文章時會一直出現HTTP 404的錯誤，再看過說明WordPress固定格式的網友使用經驗，好像大家都沒有遇到相同的問題，搞的我一頭霧水，後來在<a href="http://120.107.152.133/~wordpress/wordpress/wp-tutorial/46" target="_blank">抓馬保乙的部落格</a>發現了解決方法，原來是因為.htaccess無法復寫Apache Server的權限所致，所以只要在Apache Server上的httpd.conf上面針對WordPress目錄增加「AllowOverride All」設定即可。我的設定範例如下：</p>
<p>&lt;Directory "/var/www/wordpress"&gt;<br />
AllowOverride All<br />
&lt;/Directory&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ketagalan.com/2009/10/wordpress%e5%9b%ba%e5%ae%9a%e6%a0%bc%e5%bc%8f%e7%84%a1%e6%b3%95%e6%ad%a3%e5%b8%b8%e4%bd%9c%e6%a5%ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
