<?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; rewrite</title>
	<atom:link href="http://digegg.com/article/tag/rewrite/feed" rel="self" type="application/rss+xml" />
	<link>http://digegg.com</link>
	<description>分享新鲜，传递快乐</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:49:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress在iis下伪静态后子目录无法访问的解决办法</title>
		<link>http://digegg.com/article/583.htm</link>
		<comments>http://digegg.com/article/583.htm#comments</comments>
		<pubDate>Tue, 22 Dec 2009 09:34:19 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[个人日志]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digegg.com/?p=583</guid>
		<description><![CDATA[今天换了个主机把Wordpress升级到2.9，遇到了一个小问题，不知道是Wordpress2.9做了改变还是咋地，之前在2.8上正常使用的伪静态出问题了：做伪静态之后无法访问子目录了，只要是非wp-开头的子目录（文件夹），通过http://www.digegg.com/子目录，统统是404错误&#8230;还好被我暂时解决了，具体的方法如下： 问题症状： 由于是win下的iis主机，所以只能使用isapi-rewrite组件解决伪静态的问题，之前的伪静态规则如下： [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP # Rules to ensure that normal content gets through RewriteRule /software-files/(.*) /software-files/$1 [L] RewriteRule /images/(.*) /images/$1 [L] RewriteRule /sitemap.xml /sitemap.xml [L] RewriteRule /favicon.ico /favicon.ico [L] # For file-based wordpress content (i.e. [...]]]></description>
		<wfw:commentRss>http://digegg.com/article/583.htm/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

