<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[apache下如何定义虚拟主机默认的访问页?]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 10 Jan 2011 08:47:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	我在设置禁止显示文件列表后发现访问有index.php文件的文件夹时无法找到index.php<br/>解决:<br/>找到apache的配置文件httpd.conf后找到<br/>&lt;IfModule dir_module&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;DirectoryIndex index.html index.php<br/>&lt;/IfModule&gt;<br/>在其中添加index.php,搞定.<br/>我的配置：<br/>主要是对某些网站需要通过passport转发一下：<br/><div class="code">DocumentRoot ***<br/>ServerName ***<br/>AddDefaultCharset UTF-8<br/>DirectoryIndex passport.php</div><br/><br/>来源：http://learnmore.javaeye.com/blog/425176
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] apache下如何定义虚拟主机默认的访问页?]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>