<?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; isapi-rewrite</title>
	<atom:link href="http://www.weijingtai.com/category/isapi-rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weijingtai.com</link>
	<description>Url rewrite 伪静态规则使用收集</description>
	<lastBuildDate>Mon, 14 Jun 2010 03:30:32 +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>马克思2.5伪静态详细设置</title>
		<link>http://www.weijingtai.com/2009/07/09/maxcms-rewrite/</link>
		<comments>http://www.weijingtai.com/2009/07/09/maxcms-rewrite/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 09:50:47 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[maxcms]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[马克思]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=103</guid>
		<description><![CDATA[马克思2.5新版增加了伪静态的功能，这里详细介绍一下。
maxcms的伪静态基于isapi-rewrite组件来实现，所以在使用伪静态之前，请先确定你所使用的空间支持isapi-rewrite。国内虚拟主机大多都支持此组件，具体情况可以向你的虚拟主机空间商咨询。]]></description>
			<content:encoded><![CDATA[<p>马克思2.5新版增加了伪静态的功能，这里详细介绍一下。<br />
maxcms的伪静态基于isapi-rewrite组件来实现，所以在使用伪静态之前，请先确定你所使用的空间支持isapi-rewrite。国内虚拟主机大多都支持此组件，具体情况可以向你的<a href="http://www.8du.cc">虚拟主机空间商</a>咨询。</p>
<p>自己可以对服务器环境进行配置的用户可以使用本站提供的这一版本 <a href="http://www.weijingtai.com/2009/04/08/isapi_rewrite-213/">http://www.weijingtai.com/2009/04/08/isapi_rewrite-213/</a>，马克思伪静态测试环境就是使用的这个版本。</p>
<p>确认你的空间支持rewrite组件以后，登陆马克思后台=》系统=》网站配置<br />
<span id="more-103"></span><br />
<a href="http://www.weijingtai.com/wp-content/uploads/2009/07/maxcms1.jpg"><img class="alignnone size-full wp-image-105" title="maxcms1" src="http://www.weijingtai.com/wp-content/uploads/2009/07/maxcms1.jpg" alt="maxcms1" width="636" height="177" /></a></p>
<p>提交设置以后，马克思系会自动在网站目录下生成伪静态规则文件httpd.ini。</p>
<p style="color: #f52109;">文件后缀名建议使用html</p>
<p style="color: #f52109;"><strong>关于子目录</strong> ：</p>
<p>httpd.ini文件是放在<strong><span style="text-decoration: underline;">网站根目录</span></strong>下才会生效，所以如果你的maxcms放在子文件夹下，需要将httpd.ini移动到web根目录才能生效。</p>
<p>（注意，有个别版本的isapi-rewrite的规则文件名可能为httpd.conf，如果遇到这种情况 ，将httpd.ini自行改名即可。） </p>
<p><a href="http://www.weijingtai.com/wp-content/uploads/2009/07/maxcms.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/07/09/maxcms-rewrite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>用IIS isapi-rewrite来防盗链</title>
		<link>http://www.weijingtai.com/2009/06/04/fangdaolian/</link>
		<comments>http://www.weijingtai.com/2009/06/04/fangdaolian/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 16:22:21 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[防盗链]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=101</guid>
		<description><![CDATA[Isapi-rewrite一个很有用的功能&#8211;防盗链，完全能满足普通的防盗链需求，如果你的服务器支持isapi-write，你就不用再到处寻找防盗链软件了，只要修改一下httpd.ini的相应规则就可以了。

1
2
3
4
5
6
7
8
9
10
11
12
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
#根据需要将允许访问的域名按下面例子添加即可。
#可根据需要自行设置需要防盗链的文件后缀。
#/block.html为盗链替换的网页，可以设置版权提醒。
RepeatLimit 32
RewriteCond Host: ^(.+)$
RewriteCond Referer: ^(?!http://1.*).*$
RewriteCond Referer: ^(?!http://(.*.google.com&#124;.*.baidu.com&#124;.*.weijingtai.com).*).*$
RewriteRule ^.*.(?:gif&#124;jpg&#124;png&#124;exe&#124;rar&#124;zip&#124;jpeg&#124;mp3&#124;rar)$ /block.html [I,O,N]


注意，可以自行将各大搜索引擎的网址加到允许的名单里， 我只添加了google和baidu。
可以自己做一个block.html放到根目录，在其中设置你的网站信息。文件下载见下方
]]></description>
			<content:encoded><![CDATA[<p>Isapi-rewrite一个很有用的功能&#8211;防盗链，完全能满足普通的防盗链需求，如果你的服务器支持isapi-write，你就不用再到处寻找防盗链软件了，只要修改一下httpd.ini的相应规则就可以了。</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
#根据需要将允许访问的域名按下面例子添加即可。
#可根据需要自行设置需要防盗链的文件后缀。
#/block.html为盗链替换的网页，可以设置版权提醒。
RepeatLimit 32
RewriteCond Host: ^(.+)$
RewriteCond Referer: ^(?!http://1.*).*$
RewriteCond Referer: ^(?!http://(.*.google.com|.*.baidu.com|.*.weijingtai.com).*).*$
RewriteRule ^.*.(?:gif|jpg|png|exe|rar|zip|jpeg|mp3|rar)$ /block.html [I,O,N]</pre></td></tr></table></div>

<p><span id="more-101"></span><br />
注意，可以自行将各大搜索引擎的网址加到允许的名单里， 我只添加了google和baidu。</p>
<p>可以自己做一个block.html放到根目录，在其中设置你的网站信息。文件下载见下方</p>
<a class="downloadlink dlimg" href="http://www.weijingtai.com/wp-content/plugins/download-monitor/download.php?id=11" title="Version 1 downloaded 497 times" ><img src="http://www.weijingtai.com/wp-content/uploads/2009/04/download.png" alt="Download anti-down Version 1" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/06/04/fangdaolian/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>KingCMS.php for IIS 伪静态规则</title>
		<link>http://www.weijingtai.com/2009/05/12/kingcmsphp-for-iis/</link>
		<comments>http://www.weijingtai.com/2009/05/12/kingcmsphp-for-iis/#comments</comments>
		<pubDate>Tue, 12 May 2009 05:39:05 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[kingcms]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=80</guid>
		<description><![CDATA[KingCms 2009 BETA(PHP) 版本 全面支持SEO优化，多语言支持；一站式管理多站，任意绑定域名；支持跨站调用标签
需PHP 5.1+ 环境，默认支持多数据库(MySQL 5+ 或 SQLite 3+)；支持多种(WYSIWYG)编辑器
灵活的HTML样式模板标签，简单易学易部署；支持检索数据库并以KingCMS标签形式调用]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kingcms.com/">KingCms</a> 发布了<span style="text-decoration: underline;"><span style="color: #0066cc;">2009 BETA(PHP) </span></span>版本 论坛上updatex 给出了相应的isapi-rewrite规则</p>
<p> </p>
<blockquote><p>[ISAPI_Rewrite]</p>
<p># Defend your computer from some worm attacks<br />
RewriteRule ^(.*)(/(list|page|tag)(-[0-9]+)+\.html)$ $1/index.php$2</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/05/12/kingcmsphp-for-iis/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rewrite实现301 Redirect(永久转向)</title>
		<link>http://www.weijingtai.com/2009/04/19/isapi-rewrite-301-redirect/</link>
		<comments>http://www.weijingtai.com/2009/04/19/isapi-rewrite-301-redirect/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 16:20:48 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[永久定向]]></category>
		<category><![CDATA[重定向]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=75</guid>
		<description><![CDATA[301转向(或叫301重定向，301跳转)是当用户或搜索引擎向网站服务器发出浏览请求时，服务器返回的HTTP数据流中头信息(header)中的状态码的一种，表示本网页永久性转移到另一个地址。301重定向有多种方法，这里着重介绍如何通过 isapi-write来实现，注意2.x版本和3.x版本略有不同]]></description>
			<content:encoded><![CDATA[<p>什么是301 Redirect</p>
<blockquote><p>301转向(或叫301重定向，301跳转)是当用户或搜索引擎向网站服务器发出浏览请求时，服务器返回的HTTP数据流中头信息(header)中的状态码的一种，表示本网页永久性转移到另一个地址。其它常见的状态码还包括，200表示一切正常，404网页找不到，302暂时转向，等等。页面永久性移走（301重定向）是一种非常重要的“自动转向”技术。301重定向可促进搜索引擎优化效果从搜索引擎优化角度出发，301重定向是网址重定向最为可行的一种办法。当网站的域名发生变更后，搜索引擎只对新网址进行索引，同时又会把旧地址下原有的外部链接如数转移到新地址下，从而不会让网站的排名因为网址变更而收到丝毫影响。同样，在使用301永久性重定向命令让多个域名指向网站主域时，亦不会对网站的排名产生任何负面影响。</p></blockquote>
<p>301重定向有多种方法，这里着重介绍如何通过 isapi-write来实现，注意2.x版本和3.x版本略有不同,多数情况下使用2.x版本，除非有特别说明3.x极少用到，规则文件保存为httpd.ini上传在网站根目录。<br />
<span id="more-75"></span><br />
<strong>===========将weijingtai.com转移到</strong><a href="http://www.weijingtai.com"><strong>www.weijingtai.com</strong></a><strong>上================</strong><br />
# =====ISAPI_Rewrite 2.x====#</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
RepeatLimit 32
RewriteCond Host: ^weijingtai\.com$
RewriteRule (.*) http\://www\.weijingtai\.com$1 [I,RP]</pre></div></div>

<p><strong>===========将</strong><a href="http://www.sohu.com"><strong>www.sohu.com</strong></a><strong>转移到</strong><a href="http://www.weijingtai.com"><strong>www.weijingtai.com</strong></a><strong>上================</strong><br />
# =====ISAPI_Rewrite 2.x====</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
RepeatLimit 32
RewriteCond Host: ^www\.sohu\.com$
RewriteRule (.*) http\://www\.weijingtai\.com$1 [I,RP]</pre></div></div>

<p><strong>===========不同页面间的301转向</strong><strong>================</strong><br />
# =====ISAPI_Rewrite 2.x====</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
RepeatLimit 32
RewriteRule ^/oldpage.html$ http://www.weijintgai.com/newpage.html[I,O,RP,L]</pre></div></div>

<p>对应的3.x的规则，（一般不用）<br />
# =====ISAPI_Rewrite 3.x====</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
RepeatLimit 32
RewriteCond %{HTTP:Host} ^weijingtai\.com$
RewriteRule (.*) http\://www\.weijingtai\.com$1 [NC,R=301]</pre></div></div>

<p># =====ISAPI_Rewrite 3.x====</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
RepeatLimit 32
RewriteCond %{HTTP:Host} ^www\.sohu\.com$
RewriteRule (.*) http\://www\.weijingtai\.com$1 [NC,R=301]</pre></div></div>

<p># =====ISAPI_Rewrite 3.x====</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
# Collected By weijingtai.com
RepeatLimit 32
RewriteRule ^/oldpage.html$ http://www.weijintgai.com/newpage.html[NC,L,R=301,O]</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/04/19/isapi-rewrite-301-redirect/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>IIS Rewrite 配置图文教程</title>
		<link>http://www.weijingtai.com/2009/04/08/iis-rewrite-setup/</link>
		<comments>http://www.weijingtai.com/2009/04/08/iis-rewrite-setup/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 13:40:24 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[安装]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=52</guid>
		<description><![CDATA[IIS Rewrite 配置图文教程]]></description>
			<content:encoded><![CDATA[<p><strong>IIS Rewrite 配置</strong></p>
<p>1、将下载的 IIS Rewrite 组件解压，放到适当的目录（如 C:\Rewrite）下。</p>
<p><img class="alignnone size-full wp-image-954" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-1.gif" alt="IIS Rewrite" width="423" height="170" /></p>
<p><span id="more-52"></span></p>
<p>2、在“IIS管理器”里选择网站，右键，属性。</p>
<p><img class="alignnone size-full wp-image-955" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-2.gif" alt="IIS Rewrite" width="361" height="534" /></p>
<p>3、选择“ISAPI”，点击“添加”。</p>
<p><img class="alignnone size-full wp-image-956" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-3.gif" alt="IIS Rewrite" width="471" height="452" /></p>
<p>4、填入筛选器名称，如“rewrite”。</p>
<p><img class="alignnone size-full wp-image-957" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-4.gif" alt="IIS Rewrite" width="471" height="452" /></p>
<p>5、可执行文件下方点击“浏览”，选择刚才解压的Rewrite组件位置，Rewrite.dll。</p>
<p><img class="alignnone size-full wp-image-958" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-5.gif" alt="IIS Rewrite" width="594" height="470" /></p>
<p>6、确认选择正确后，点击“确定”。</p>
<p><img class="alignnone size-full wp-image-959" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-6.gif" alt="IIS Rewrite" width="471" height="451" /></p>
<p>7、点击“确定”，完成筛选器添加。</p>
<p><img class="alignnone size-full wp-image-960" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-7.gif" alt="IIS Rewrite" width="472" height="452" /></p>
<p>8、重启IIS。</p>
<p><img class="alignnone size-full wp-image-962" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-8.gif" alt="IIS Rewrite" width="470" height="351" /></p>
<p><img class="alignnone size-full wp-image-961" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-9.gif" alt="IIS Rewrite" width="371" height="248" /></p>
<p>9、重启IIS后，再次选择站点，右键，属性，看到如下所示向上的绿箭头，说明 IIS Rewrite 成功添加并运行。</p>
<p><img class="alignnone size-full wp-image-963" title="IIS Rewrite" src="http://www.weijingtai.com/wp-content/uploads/iis-rewrite-10.gif" alt="IIS Rewrite" width="470" height="452" /></p>
<p><strong>IIS Rewrite 规则设置</strong></p>
<p>解压后的 IIS Rewrite 组件目录（如 C:\Rewrite）中，有一个 httpd.ini 文件，将相应规则写入到这个文件中即可。</p>
<p><strong>IIS Rewrite 下载</strong></p>
<p><a title="链接到ISAPI Rewrite 3 lite 绿色版下载" rel="bookmark" href="http://www.weijingtai.com/2009/04/08/isapi-rewrite-3-lite/">ISAPI Rewrite 3 lite 绿色版下载</a></p>
<p><a title="链接到ISAPI_Rewrite 2.13全功能版" rel="bookmark" href="http://www.weijingtai.com/2009/04/08/isapi_rewrite-213/">ISAPI_Rewrite 2.13全功能版</a></p>
<p><a title="链接到Isapi-rewirte 1.3 绿色版" rel="bookmark" href="http://www.weijingtai.com/2009/04/08/isapi-rewirte-13/">Isapi-rewirte 1.3 绿色版</a><br />
部分原文来自：<a href="http://www.lesishu.cn/articles/iis-rewrite/"><span style="color: #0000cc;">IIS Rewrite 下载与配置</span></a><br />
版权所有，转载时必须以链接形式注明作者和原出处并保留本声明。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/04/08/iis-rewrite-setup/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ISAPI Rewrite 3 lite 绿色版下载</title>
		<link>http://www.weijingtai.com/2009/04/08/isapi-rewrite-3-lite/</link>
		<comments>http://www.weijingtai.com/2009/04/08/isapi-rewrite-3-lite/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:17:37 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=46</guid>
		<description><![CDATA[ISAPI Rewrite 3相对以往的版本功能性上有了很大的进步，并且支持导入apache下的.htaccess文件。分为商业版和免费的 Lite 版，商业版可以在每个站点放置一个 httpd.ini 来单独设置规则，免费版只能将规则写到安装目录下的 httpd.conf 文件中，作用于全局。]]></description>
			<content:encoded><![CDATA[<p>ISAPI Rewrite 3相对以往的版本功能性上有了很大的进步，并且支持导入apache下的.htaccess文件。分为商业版和免费的 Lite 版，商业版可以在每个站点放置一个 httpd.ini 来单独设置规则，免费版只能将规则写到安装目录下的 httpd.conf 文件中，作用于全局。</p>
<p><span id="more-46"></span></p>
<p>    <a class="downloadlink dlimg" href="http://www.weijingtai.com/wp-content/plugins/download-monitor/download.php?id=2" title="Version 3.1 downloaded 1911 times" ><img src="http://www.weijingtai.com/wp-content/uploads/2009/04/download.png" alt="Download ISAPI Rewrite 3 lite 绿色版 Version 3.1" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/04/08/isapi-rewrite-3-lite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ISAPI_Rewrite 2.13全功能版</title>
		<link>http://www.weijingtai.com/2009/04/08/isapi_rewrite-213/</link>
		<comments>http://www.weijingtai.com/2009/04/08/isapi_rewrite-213/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 09:42:11 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=40</guid>
		<description><![CDATA[ISAPI_Rewrite 2.13 稳定版 ，FULL全功能版]]></description>
			<content:encoded><![CDATA[<p>ISAPI_Rewrite 2.13 稳定版 ，FULL全功能版</p>
<p> ISAPI_Rewrite Full  for Windows NT4/2000/XP/2003</p>
<p><a href="http://www.isapirewrite.com/download/isapi_rwf_x86_0073.msi"><img class="alignnone size-full wp-image-33" title="download" src="http://www.weijingtai.com/wp-content/uploads/2009/04/download.png" alt="download" width="113" height="32" /></a></p>
<p><span id="more-40"></span></p>
<p>ISAPI_Rewrite Full for Windows Vista &amp; Windows Server 2008</p>
<p><a href="http://www.isapirewrite.com/download/isapi_rwf_x86_vista_0073.msi"><img class="alignnone size-full wp-image-33" title="download" src="http://www.weijingtai.com/wp-content/uploads/2009/04/download.png" alt="download" width="113" height="32" /></a></p>
<p><span style="font-family: Georgia;"><span style="color: #000000;">可用注册码：</span></span></p>
<p><code><span style="color: #000000;">user: Longshui Chen</span></code></p>
<p><span style="color: #000000;">sn: 7Z3NU-7MAP5-JZDPH-PR9GK</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/04/08/isapi_rewrite-213/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Isapi-rewirte 1.3 绿色版</title>
		<link>http://www.weijingtai.com/2009/04/08/isapi-rewirte-13/</link>
		<comments>http://www.weijingtai.com/2009/04/08/isapi-rewirte-13/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:17:25 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=30</guid>
		<description><![CDATA[经典版本，绿色无需注册，虽然是很老的版本，一些新的特性不支持，但使用效果仍然很好，discuz，phpwind等程序支持仍然很完善！支持多站点httpd.ini。如果不需要301定向等新功能，建议使用！]]></description>
			<content:encoded><![CDATA[<p>经典版本，绿色无需注册，虽然是很老的版本，一些新的特性不支持，但使用效果仍然很好，discuz，phpwind等程序支持仍然很完善！支持多站点httpd.ini。如果不需要<span style="font-size: x-small; font-family: Tahoma;">301永久重定向</span>等新功能，建议使用！</p>
<p><span id="more-30"></span></p>
<p>    <a class="downloadlink dlimg" href="http://www.weijingtai.com/wp-content/plugins/download-monitor/download.php?id=3" title="Version 1.3 downloaded 641 times" ><img src="http://www.weijingtai.com/wp-content/uploads/2009/04/download.png" alt="Download Isapi-rewirte 1.3 绿色版 Version 1.3" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/04/08/isapi-rewirte-13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ISAPI Rewrite 介绍</title>
		<link>http://www.weijingtai.com/2009/04/08/isapi-rewrite/</link>
		<comments>http://www.weijingtai.com/2009/04/08/isapi-rewrite/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 06:33:08 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[isapi-rewrite]]></category>
		<category><![CDATA[isapi]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=8</guid>
		<description><![CDATA[什么是URL重写（URL Rewrite）？

URL 重写就是把传入 Web 请重定向到其他 URL 的过程。
比如浏览器发来请求http://www.weijingtai.com/2009/04/08/isapi-rewrite/，服务器自动将这个请求重定向为http://www.weijingtai.com/?p=8 关于URL重写的相关内容将在以后的文章中详细介绍。]]></description>
			<content:encoded><![CDATA[<p><strong>什么是URL重写（URL Rewrite）？</strong></p>
<p>URL 重写就是把传入 Web 请重定向到其他 URL 的过程。<br />
比如浏览器发来请求<a href="http://www.weijingtai.com/2009/04/08/isapi-rewrite/">http://www.weijingtai.com/2009/04/08/isapi-rewrite/</a>，服务器自动将这个请求重定向为<a href="http://www.weijingtai.com/?p=8">http://www.weijingtai.com/?p=8</a> 关于URL重写的相关内容将在以后的文章中详细介绍。</p>
<p>我们知道在Apache中有mod_rewrite来实现URL的重写功能（URL Rewrite），然而IIS并没有自带这个功能，因此我们就需要使用第三方组件来实现。其实目前有好几种IIS下的Rewirte组件，都是通过ISAPI筛选器来加载然后实现URL重写的。</p>
<p>用得比较广泛的一个是ISAPI Rewrite，基本上国内支持Rewirte功能的Windows网站空间都采用了该组件。ISAPI Rewrite组件有免费版以及商业版，免费版只支持全局httpd.ini配置（不能对每个站点进行单独设置，除非通过加载不同的dll来实现，比较麻烦。）而商业版支持用户自定义httpd.ini文件，只要放在站点根目录下就能生效。这个大大方便了用户自己修改URL重写规则。</p>
<p><span id="more-8"></span></p>
<p>ISAPI Rewrite是一个基于正则表达式的强大的URL处理引擎，他使用起来基本上就像Apache的mod_rewrite，但是他是专门为微软的Internet Information Server (IIS)设计的。<br />
ISAPI Rewrite是一个使用纯C/C++编写的ISAPI筛选器，所以速度是相当快的！ISAPI Rewrite使你可以自由的规划网站的URL。<br />
ISAPI全称为Internet Server Application Program Interface。</p>
<p><a href="http://www.isapirewrite.com/" target="_blank">ISAPI Rewrite 2 产品地址</a></p>
<p><a href="http://www.helicontech.com/isapi_rewrite/" target="_blank">ISAPI Rewrite 3 产品地址</a></p>
<p>目前国内大部分主机空间商都支持isapi的伪静态，只需要将相应的httpd.ini文件放到网站根目录即可使用。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/04/08/isapi-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

