<?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; IIS8.5</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/iis8-5/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Server 2012 R2下WordPress IIS8.5伪静态规则设置</title>
		<link>https://www.osyunwei.com/archives/7286.html</link>
		<comments>https://www.osyunwei.com/archives/7286.html#comments</comments>
		<pubDate>Wed, 29 Jan 2014 08:41:02 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS8.5]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7286</guid>
		<description><![CDATA[说明： 操作系统：Windows Server 2012 R2 Web服务器：IIS 8.5 网站程序：WordPress 网站根目录：C:\inetpub\wwwroot 网站域名：www.osyunwei.com 实现目的： 配置WordPress伪静态 具体操作： 一、确认IIS 8.5是否安装IIS URL Rewrite 打开：控制面板\系统和安全\管理工具\Internet Information Services (IIS)管理器 看到URL重写，说明已经安装了IS URL Rewrite，否则要先安装此插件。 IIS URL Rewrite下载：http://download.microsoft.com/download/4/E/7/4E7ECE9A-DF55-4F90-A354-B497072BDE0A/rewrite_x64_zh-CN.msi  双击默认安装即可 二、添加IIS 8.5伪静态规则文件 1、新建web.config文件，添加以下代码，保存 &#60;?xml version="1.0" encoding="UTF-8"?&#62; &#60;configuration&#62; &#60;system.webServer&#62; &#60;rewrite&#62; &#60;rules&#62; &#60;rule name="category"&#62; &#60;match url="category/?(.*)" /&#62; &#60;conditions logicalGrouping="MatchAll" trackAllCaptures="false" /&#62; &#60;action type="Rewrite" url="/index.php?category_name={R:1}" appendQueryString="false" logRewrittenUrl="false" /&#62; &#60;/rule&#62; &#60;rule [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7286.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7286.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
