<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ビジネスライフプロデューサー橋本雄の技術ブログ &#187; SSI</title>
	<atom:link href="http://labs.asunochikara.com/tag/ssi/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.asunochikara.com</link>
	<description>技術という言葉に属しそうな情報やライフハック系をまとめています。</description>
	<lastBuildDate>Fri, 27 Jan 2012 14:39:14 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/tag/ssi/feed/" />
		<item>
		<title>SSIを使う</title>
		<link>http://labs.asunochikara.com/2009/04/ssi%e3%82%92%e4%bd%bf%e3%81%86/</link>
		<comments>http://labs.asunochikara.com/2009/04/ssi%e3%82%92%e4%bd%bf%e3%81%86/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:24:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ライフ]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[SSI]]></category>

		<guid isPermaLink="false">http://labs.asunochikara.com/2009/04/ssi%e3%82%92%e4%bd%bf%e3%81%86/</guid>
		<description><![CDATA[SSIを使うには、.htaccessで以下の記述が必要です。 最近、久しぶりに目にする機会があったもので、まとめておきます。 1 2 3 4 &#60;files ~ &#34;\.html$&#34;&#62; opt [...]]]></description>
			<content:encoded><![CDATA[<p>SSIを使うには、.htaccessで以下の記述が必要です。<br />
最近、久しぶりに目にする機会があったもので、まとめておきます。</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;</span>files ~ <span style="color: #ff0000;">&quot;\.html$&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
options +Includes
AddHandler server-parsed .html
<span style="color: #000000; font-weight: bold;">&lt;/</span>files<span style="color: #000000; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://labs.asunochikara.com/2009/04/ssi%e3%82%92%e4%bd%bf%e3%81%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/2009/04/ssi%e3%82%92%e4%bd%bf%e3%81%86/" />
	</item>
	</channel>
</rss>

