<?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>PHP技术网 &#187; ApachePHP技术网</title>
	<atom:link href="http://www.phpabout.com/category/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpabout.com</link>
	<description>前进道路上的点点滴滴</description>
	<lastBuildDate>Tue, 22 Sep 2020 07:28:51 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>开启ssi（apache配置）</title>
		<link>http://www.phpabout.com/33.html</link>
		<comments>http://www.phpabout.com/33.html#comments</comments>
		<pubDate>Sat, 01 Dec 2012 15:08:06 +0000</pubDate>
		<dc:creator>zhangzhuang</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.php555.com/?p=33</guid>
		<description><![CDATA[在 apache配置文件 httpd.conf 文件中找到 #AddType text/html .shtml [...]]]></description>
			<content:encoded><![CDATA[<p>在 apache配置文件 httpd.conf 文件中找到</p>
<p><span style="color: #ff0000;">#AddType text/html .shtml</span></p>
<p><span style="color: #ff0000;">#AddOutputFilter INCLUDES .shtml</span><span style="color: #000000;">    （408行左右）<br />
</span></p>
<p>修改为</p>
<p>AddType text/html .shtml</p>
<p>AddOutputFilter INCLUDES .shtml</p>
<p>再找到 <span style="color: #ff0000;">Options Indexes FollowSymLinks</span>（219行左右） 这一行，</p>
<p>修改为</p>
<p>Options Indexes FollowSymLinks Includes</p>
<p>重新启动apache服务器，设置完成！</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpabout.com/33.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
