<?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"
	>

<channel>
	<title>Apache</title>
	<atom:link href="http://apache.naruse.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://apache.naruse.info</link>
	<description>Apacheに関する事のメモ色々Blog</description>
	<pubDate>Sun, 06 Jul 2008 10:13:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>ja</language>
			<item>
		<title>Rewriteで引数</title>
		<link>http://apache.naruse.info/2008/07/06/rewrite%e3%81%a7%e5%bc%95%e6%95%b0/</link>
		<comments>http://apache.naruse.info/2008/07/06/rewrite%e3%81%a7%e5%bc%95%e6%95%b0/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 10:13:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://apache.naruse.info/?p=5</guid>
		<description><![CDATA[RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([0-9A-Za-z]+)/([0-9A-Za-z)]+)\.html$ index.php?var1=$1&#38;var2=$2 [L]
【index.php】
&#60;?php
print_r($_REQUEST);
?&#62;
]]></description>
			<content:encoded><![CDATA[<p>RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^([0-9A-Za-z]+)/([0-9A-Za-z)]+)\.html$ index.php?var1=$1&amp;var2=$2 [L]</p>
<p>【index.php】</p>
<p>&lt;?php<br />
print_r($_REQUEST);<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://apache.naruse.info/2008/07/06/rewrite%e3%81%a7%e5%bc%95%e6%95%b0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RewriteでPHPからHTML</title>
		<link>http://apache.naruse.info/2008/07/06/rewrite%e3%81%a7php%e3%81%8b%e3%82%89html/</link>
		<comments>http://apache.naruse.info/2008/07/06/rewrite%e3%81%a7php%e3%81%8b%e3%82%89html/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 10:12:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://apache.naruse.info/?p=4</guid>
		<description><![CDATA[RewriteEngine on
RewriteRule    ^$    /index.php    [L]
RewriteRule    ^([a-zA-Z0-9\-\_/]*)/$    /$1/index.php    [L]
RewriteRule    ^([a-zA-Z0-9\-\_/]*)\.(html&#124;htm)$    /$1.php    [L]
RewriteRule    ^([a-zA-Z0-9\-\_/]*)$    /$1.php    [L]
RewriteRule    ^/date/([a-zA-Z0-9\-\_/]*)/index.php    /index.php?date=$1    [L]
]]></description>
			<content:encoded><![CDATA[<p>RewriteEngine on<br />
RewriteRule    ^$    /index.php    [L]<br />
RewriteRule    ^([a-zA-Z0-9\-\_/]*)/$    /$1/index.php    [L]<br />
RewriteRule    ^([a-zA-Z0-9\-\_/]*)\.(html|htm)$    /$1.php    [L]<br />
RewriteRule    ^([a-zA-Z0-9\-\_/]*)$    /$1.php    [L]<br />
RewriteRule    ^/date/([a-zA-Z0-9\-\_/]*)/index.php    /index.php?date=$1    [L]</p>
]]></content:encoded>
			<wfw:commentRss>http://apache.naruse.info/2008/07/06/rewrite%e3%81%a7php%e3%81%8b%e3%82%89html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rewrite</title>
		<link>http://apache.naruse.info/2008/05/07/rewrite/</link>
		<comments>http://apache.naruse.info/2008/05/07/rewrite/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:02:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://apache.naruse.info/?p=3</guid>
		<description><![CDATA[動的なContent-Typeの変更
RewriteEngine on
RewriteRule .* - &#8220;[T=application/xhtml+xml; charset=utf-8]&#8221;
]]></description>
			<content:encoded><![CDATA[<p>動的なContent-Typeの変更</p>
<p>RewriteEngine on<br />
RewriteRule .* - &#8220;[T=application/xhtml+xml; charset=utf-8]&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://apache.naruse.info/2008/05/07/rewrite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>動的なContent-Typeの設定</title>
		<link>http://apache.naruse.info/2008/04/12/content-type/</link>
		<comments>http://apache.naruse.info/2008/04/12/content-type/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 12:35:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://apache.naruse.info/?p=1</guid>
		<description><![CDATA[PHPで動的なContent-Typeの設定が出来なくて、あたふたして色々調べていたら
『動的なContent-Typeヘッダをmod_layoutに認識させる』
http://module.jp/blog/support_to_dynamic_content_type_in_mod_layout.html
との事です。
mod_layout使ってました・・・商用サーバーの設定はなかなか変えられないのでとりあえず保留
mod_rewriteでなんとかならないかな？
]]></description>
			<content:encoded><![CDATA[<p>PHPで動的なContent-Typeの設定が出来なくて、あたふたして色々調べていたら<br />
『動的なContent-Typeヘッダをmod_layoutに認識させる』<br />
http://module.jp/blog/support_to_dynamic_content_type_in_mod_layout.html<br />
との事です。</p>
<p>mod_layout使ってました・・・商用サーバーの設定はなかなか変えられないのでとりあえず保留</p>
<p>mod_rewriteでなんとかならないかな？</p>
]]></content:encoded>
			<wfw:commentRss>http://apache.naruse.info/2008/04/12/content-type/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
