<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《301重定向代码及使用》的评论</title>
	<atom:link href="http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/</link>
	<description>实践网站开发、推广、优化以及生活的点滴</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:52:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>香港公司注册</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-14608</link>
		<dc:creator>香港公司注册</dc:creator>
		<pubDate>Wed, 16 Nov 2011 11:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-14608</guid>
		<description>测试以上301代码成功</description>
		<content:encoded><![CDATA[<p>测试以上301代码成功</p>
]]></content:encoded>
	</item>
	<item>
		<title>走着瞧影院</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-12100</link>
		<dc:creator>走着瞧影院</dc:creator>
		<pubDate>Sat, 15 Oct 2011 06:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-12100</guid>
		<description>学习重定向</description>
		<content:encoded><![CDATA[<p>学习重定向</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-359</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 04 Jan 2011 13:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-359</guid>
		<description>你可以通过设置主机头名实现，不一定非要通过分配不同端口号实现。
通过设置主机头名实现的方法：
　　比如你本机只有一个IP地址为192.168.0.1，你已经建立（或设置）好了两个Web站点，一个是”默认Web站点”，一个是”我的第二个Web站点”，现在你想输入” http://www.xxx.cn/“可直接访问前者，输入” http://www.xxx.com/“可直接访问后者。其操作步骤如下：
　　—&gt; 请确保已先在DNS服务器中将你这两个域名都已映射到了那个IP地址上；并确保所有的Web站点的端口号均保持为80这个默认值。
　　—&gt;再依次选”默认Web站点→右键→属性→Web站点”，单击”IP地址”右侧的”高级”按钮，在”此站点有多个标识下”双击已有的那个IP地址（或单击选中它后再按”编辑”按钮），然后在”主机头名”下输入” http://www.xxx.cn/“再按”确定”按钮保存退出。
　　—&gt;接着按上步同样的方法为”我的第二个Web站点”设好新的主机头名为” http://www.xxx.com/“即可。
　　—&gt;最后，打开你的IE浏览器，在地址栏输入不同的网址，就可以调出不同Web站点的内容了。
　　建立新的网站就可以了,只是在此网站的主机头选项里输入不同的域名就行了
　　如何访问的是计算机自动来完成的,不需要人工干预.</description>
		<content:encoded><![CDATA[<p>你可以通过设置主机头名实现，不一定非要通过分配不同端口号实现。<br />
通过设置主机头名实现的方法：<br />
　　比如你本机只有一个IP地址为192.168.0.1，你已经建立（或设置）好了两个Web站点，一个是”默认Web站点”，一个是”我的第二个Web站点”，现在你想输入” <a href="http://www.xxx.cn/“可直接访问前者，输入”" rel="nofollow">http://www.xxx.cn/“可直接访问前者，输入”</a> <a href="http://www.xxx.com/“可直接访问后者。其操作步骤如下：" rel="nofollow">http://www.xxx.com/“可直接访问后者。其操作步骤如下：</a><br />
　　—&gt; 请确保已先在DNS服务器中将你这两个域名都已映射到了那个IP地址上；并确保所有的Web站点的端口号均保持为80这个默认值。<br />
　　—&gt;再依次选”默认Web站点→右键→属性→Web站点”，单击”IP地址”右侧的”高级”按钮，在”此站点有多个标识下”双击已有的那个IP地址（或单击选中它后再按”编辑”按钮），然后在”主机头名”下输入” <a href="http://www.xxx.cn/“再按”确定”按钮保存退出。" rel="nofollow">http://www.xxx.cn/“再按”确定”按钮保存退出。</a><br />
　　—&gt;接着按上步同样的方法为”我的第二个Web站点”设好新的主机头名为” <a href="http://www.xxx.com/“即可。" rel="nofollow">http://www.xxx.com/“即可。</a><br />
　　—&gt;最后，打开你的IE浏览器，在地址栏输入不同的网址，就可以调出不同Web站点的内容了。<br />
　　建立新的网站就可以了,只是在此网站的主机头选项里输入不同的域名就行了<br />
　　如何访问的是计算机自动来完成的,不需要人工干预.</p>
]]></content:encoded>
	</item>
	<item>
		<title>小张</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-357</link>
		<dc:creator>小张</dc:creator>
		<pubDate>Tue, 04 Jan 2011 01:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-357</guid>
		<description>我现在是用的自己的独立服务器，我用asp.net做了几个网站，都发布上去，可是带端口号的怎么绑定到域名上呢？url转发域名服务商业停止了。实在是没办法了。还请你指点一下。我的QQ号是：331512835</description>
		<content:encoded><![CDATA[<p>我现在是用的自己的独立服务器，我用asp.net做了几个网站，都发布上去，可是带端口号的怎么绑定到域名上呢？url转发域名服务商业停止了。实在是没办法了。还请你指点一下。我的QQ号是：331512835</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-278</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Nov 2010 00:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-278</guid>
		<description>网站页面的最顶端。标签的上面</description>
		<content:encoded><![CDATA[<p>网站页面的最顶端。标签的上面</p>
]]></content:encoded>
	</item>
	<item>
		<title>嘻哈购</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-276</link>
		<dc:creator>嘻哈购</dc:creator>
		<pubDate>Sun, 31 Oct 2010 10:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-276</guid>
		<description>从定向代码应该放在哪？</description>
		<content:encoded><![CDATA[<p>从定向代码应该放在哪？</p>
]]></content:encoded>
	</item>
	<item>
		<title>JoanTHOMAS19</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-159</link>
		<dc:creator>JoanTHOMAS19</dc:creator>
		<pubDate>Thu, 05 Aug 2010 03:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-159</guid>
		<description>Some specialists say that &lt;a href=&quot;http://bestfinance-blog.com&quot; rel=&quot;nofollow&quot;&gt;loans&lt;/a&gt; help people to live the way they want, just because they can feel free to buy necessary goods. Furthermore, banks offer bank loan for different classes of people.</description>
		<content:encoded><![CDATA[<p>Some specialists say that <a href="http://bestfinance-blog.com" rel="nofollow">loans</a> help people to live the way they want, just because they can feel free to buy necessary goods. Furthermore, banks offer bank loan for different classes of people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>tBj80Rkz</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-156</link>
		<dc:creator>tBj80Rkz</dc:creator>
		<pubDate>Wed, 04 Aug 2010 17:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-156</guid>
		<description>I want to post quick hello and want to say appriciate for this good article. </description>
		<content:encoded><![CDATA[<p>I want to post quick hello and want to say appriciate for this good article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>减肥美容网</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-104</link>
		<dc:creator>减肥美容网</dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-104</guid>
		<description>很不错  我的是asp   好像不怎么详细</description>
		<content:encoded><![CDATA[<p>很不错  我的是asp   好像不怎么详细</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin</title>
		<link>http://www.zijin5.com/2010/01/301-redirect-code-and-the-use-of/comment-page-1/#comment-86</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 05 May 2010 13:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zijin5.com/?p=82#comment-86</guid>
		<description>也可以的，国外空间内大部分都有.htaccess文件，通过它设置更简单一些。第7条就是它的设置方法</description>
		<content:encoded><![CDATA[<p>也可以的，国外空间内大部分都有.htaccess文件，通过它设置更简单一些。第7条就是它的设置方法</p>
]]></content:encoded>
	</item>
</channel>
</rss>

