<?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>WordPress主题模板设计制作修改 &#187; html结尾的URL</title>
	<atom:link href="http://lizus.com/tag/html-end-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://lizus.com</link>
	<description>个人,网店,团队,企业WordPress建站</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:00:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress伪静态如何实现.html结尾?</title>
		<link>http://lizus.com/faq/wordpresswei-jing-tai-ru-he-sh/</link>
		<comments>http://lizus.com/faq/wordpresswei-jing-tai-ru-he-sh/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 02:10:27 +0000</pubDate>
		<dc:creator>Lizus</dc:creator>
				<category><![CDATA[常见问题]]></category>
		<category><![CDATA[html结尾的URL]]></category>
		<category><![CDATA[WordPress常见问题]]></category>

		<guid isPermaLink="false">http://lizus.com/?p=128</guid>
		<description><![CDATA[要开启WordPress的伪静态功能,通常只需要服务器支持PHP的rewrite模块即可.
而打开WordPress的伪静态也很简单,只要在后台的设置中的永久链接子栏目点进去在通用设置中随意选择除默认之外的项即可... ]]></description>
			<content:encoded><![CDATA[<p>要开启WordPress的伪静态功能,通常只需要服务器支持PHP的rewrite模块即可.</p>
<p>而打开WordPress的伪静态也很简单,只要在后台的设置中的永久链接子栏目点进去在通用设置中随意选择除默认之外的项即可.</p>
<p>但通常WordPress的伪静态都是以目录形式来做的,也就是即使是文章内页也不带任何后缀的,这样就给有些朋友造成误会,以为WordPress的伪静态做不到使用文件后缀结尾.其实要实现这个很简单,比如说选择&#8217;月份和名称&#8217;这一项时马上就可以看到在自定义结构的Input中看到<span style="color: #ff0000;">/%year%/%monthnum%/%postname%/</span>,我们只要在这里更改为<span style="color: #ff0000;">/%year%/%monthnum%/%postname%.html</span>即实现了以.html为后缀的URL形式.简单吧.同样,原则上,你可以根据自己的需要改成任何其他的形式.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizus.com/faq/wordpresswei-jing-tai-ru-he-sh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
