<?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>评论：启用Mod Rewrite和.htaccess</title>
	<atom:link href="http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<lastBuildDate>Wed, 18 Jan 2012 05:37:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：匿名</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-247741</link>
		<dc:creator>匿名</dc:creator>
		<pubDate>Wed, 02 Mar 2011 03:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-247741</guid>
		<description>我的都设定后，出现一个问题，打开php网页，变成显示源代码了，如果不适用.htaccess,  就正常</description>
		<content:encoded><![CDATA[<p>我的都设定后，出现一个问题，打开php网页，变成显示源代码了，如果不适用.htaccess,  就正常</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：立青</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-246177</link>
		<dc:creator>立青</dc:creator>
		<pubDate>Mon, 20 Dec 2010 04:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-246177</guid>
		<description>博主真厉害，赞一个，很多东西要学习了的</description>
		<content:encoded><![CDATA[<p>博主真厉害，赞一个，很多东西要学习了的</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：UXRen &#124; 用户体验那些人 &#124; 资讯频道 &#187; 在服务端合并和压缩JavaScript和CSS文件</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-244982</link>
		<dc:creator>UXRen &#124; 用户体验那些人 &#124; 资讯频道 &#187; 在服务端合并和压缩JavaScript和CSS文件</dc:creator>
		<pubDate>Mon, 29 Nov 2010 10:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-244982</guid>
		<description>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</description>
		<content:encoded><![CDATA[<p>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：discounted uggs</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-244827</link>
		<dc:creator>discounted uggs</dc:creator>
		<pubDate>Fri, 26 Nov 2010 08:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-244827</guid>
		<description>做个记号,给博主加加人气哈</description>
		<content:encoded><![CDATA[<p>做个记号,给博主加加人气哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：在服务端合并和压缩JavaScript和CSS文件 &#124; Wang Jun&#39;s Blog</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-244776</link>
		<dc:creator>在服务端合并和压缩JavaScript和CSS文件 &#124; Wang Jun&#39;s Blog</dc:creator>
		<pubDate>Wed, 24 Nov 2010 08:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-244776</guid>
		<description>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则：&lt;IfModule mod_rewrite.c&gt;RewriteEngine on# You may need RewriteBase on some servers# 如果做了所有的开启Mod Rewrite的设置依旧无效，请城市尝试启用下面这句#RewriteBase /min# rewrite URLs like &quot;/min/f=...&quot; to &quot;/min/?f=...&quot;RewriteRule ^([bfg]=.*) index.php?$1 [L,NE]&lt;/IfModule&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则：&lt;IfModule mod_rewrite.c&gt;RewriteEngine on# You may need RewriteBase on some servers# 如果做了所有的开启Mod Rewrite的设置依旧无效，请城市尝试启用下面这句#RewriteBase /min# rewrite URLs like &quot;/min/f=&#8230;&quot; to &quot;/min/?f=&#8230;&quot;RewriteRule ^([bfg]=.*) index.php?$1 [L,NE]&lt;/IfModule&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小鱼儿 &#187; Blog Archive &#187; 在服务端合并和压缩JavaScript和CSS文件(转)</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-244248</link>
		<dc:creator>小鱼儿 &#187; Blog Archive &#187; 在服务端合并和压缩JavaScript和CSS文件(转)</dc:creator>
		<pubDate>Sun, 14 Nov 2010 06:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-244248</guid>
		<description>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</description>
		<content:encoded><![CDATA[<p>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：facebook163</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-238637</link>
		<dc:creator>facebook163</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-238637</guid>
		<description>前些天想用.htaccess给网站加个防盗链的功能，弄了半天都失败了。。
还是功力不够啊</description>
		<content:encoded><![CDATA[<p>前些天想用.htaccess给网站加个防盗链的功能，弄了半天都失败了。。<br />
还是功力不够啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：在服务端合并和压缩JavaScript和CSS文件 &#171; Koubei UED</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-236175</link>
		<dc:creator>在服务端合并和压缩JavaScript和CSS文件 &#171; Koubei UED</dc:creator>
		<pubDate>Thu, 08 Jul 2010 13:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-236175</guid>
		<description>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</description>
		<content:encoded><![CDATA[<p>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：[zt]在服务端合并和压缩 JavaScript和CSS文件 &#171; interUI</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-235685</link>
		<dc:creator>[zt]在服务端合并和压缩 JavaScript和CSS文件 &#171; interUI</dc:creator>
		<pubDate>Fri, 02 Jul 2010 17:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-235685</guid>
		<description>[...] 启 用Apache的Mod Rewrite模块，然后在min文件夹下新 建.htaccess文件，并添加如下Rewrite 规则： [...]</description>
		<content:encoded><![CDATA[<p>[...] 启 用Apache的Mod Rewrite模块，然后在min文件夹下新 建.htaccess文件，并添加如下Rewrite 规则： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：在服务端合并和压缩JavaScript和CSS文件</title>
		<link>http://dancewithnet.com/2010/05/29/making-mod-rewrite-and-htaccess-work-on-mac-os-x/comment-page-1/#comment-234645</link>
		<dc:creator>在服务端合并和压缩JavaScript和CSS文件</dc:creator>
		<pubDate>Sat, 12 Jun 2010 01:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1514#comment-234645</guid>
		<description>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</description>
		<content:encoded><![CDATA[<p>[...] 启用Apache的Mod Rewrite模块，然后在min文件夹下新建.htaccess文件，并添加如下Rewrite规则： [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

