<?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>CentOSでLinuxを勉強してWordPressを運用しよう &#187; WP Super Cache</title>
	<atom:link href="http://linux.good-life-space.com/tag/wp-super-cache/feed" rel="self" type="application/rss+xml" />
	<link>http://linux.good-life-space.com</link>
	<description>Endeavor NP11-VにCentOS5.3を導入し、一時、D400ノートで稼働してましたが、再びNP11-VにCentOSインストールして勉強中。最近は、WordPress/Xperia/Androidに興味あり。</description>
	<lastBuildDate>Tue, 17 Jan 2012 02:15:17 +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://linux.good-life-space.com/tag/wp-super-cache/feed" />
		<item>
		<title>いつの間にかKtai StyleとWP Super Cacheの併用方法が変わってる？</title>
		<link>http://linux.good-life-space.com/web/wordpress/ktai_style_wp_super_cache</link>
		<comments>http://linux.good-life-space.com/web/wordpress/ktai_style_wp_super_cache#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:35:02 +0000</pubDate>
		<dc:creator>TON</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ktai Style]]></category>
		<category><![CDATA[Rewrite]]></category>
		<category><![CDATA[WP Super Cache]]></category>

		<guid isPermaLink="false">http://linux.good-life-space.com/?p=182</guid>
		<description><![CDATA[WordPress3.0にしたこともあり、プラグインの動作確認をしています。 いつの間にか、Ktai StyleとWP Super Cacheの併用方法が変わった気がします・・・。 KtaiStyle作者様のページをみる &#8230; <a href="http://linux.good-life-space.com/web/wordpress/ktai_style_wp_super_cache">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress3.0にしたこともあり、プラグインの動作確認をしています。<br />
いつの間にか、Ktai StyleとWP Super Cacheの併用方法が変わった気がします・・・。</p>
<p>KtaiStyle作者様のページをみると、<br />
　■<a href="http://wppluginsj.sourceforge.jp/ktai_style/#supercache" target="_blank">WordPress Plugins/JSeries » Ktai Style (携帯対応プラグイン)</a><br />
次のような手順になってます。</p>
<blockquote>
<li>ktai_style/patch-supercache-ktaistyle.php ファイルを WP Super Cache 配下の plugins ディレクトリーに配置します。通常は wp-content/plugins/wp-super-cache/plugins/ というパスです。</li>
<li>Ktai Style および WP Super Cache を有効にします。</li>
<li>WP Super Cache の設定画面で、一番下の方にある「Ktai Style Support」を Enabled にします。</li>
<li>引き続いて、WP Super Cache の設定画面で Mobile Device Support をオンにします。もしくは、Mobile Device Support をオフにして、Mod Rewrite Rules を設定します。以下の2行のコードが含まれているのを確認してから「Update Mod_Rewrite Rules」ボタンを押してください(iPhone, iPod にも Ktai Style を適用させる場合はRewirteCond が3行になります)。
<pre>RewriteCond %{HTTP_USER_AGENT} !^(DoCoMo/|J-PHONE/|J-EMULATOR/|Vodafone/|MOT(EMULATOR)?-|SoftBank/|[VS]emulator/|KDDI-|UP.Browser|emobile/|Huawei/|Nokia|mixi-mobile-converter/)
RewriteCond %{HTTP_USER_AGENT} !(DDIPOCKET;|WILLCOM;|Opera Mini|Opera Mobi|PalmOS|Windows CE;|PDA; SL-|PlayStation Portable;|SONY/COM|Nitro|Nintendo)</pre>
</li>
<li>ログアウト状態、かつ、クッキーを削除した状態の PC で閲覧して、リロードしたとき、XHTML ソースの末尾に 「Cached page generated by WP-Super-Cach」の表示があることを確認する WP Super Cache の動作確認)</li>
<li>携帯電話で同じページを閲覧して、携帯向け表示になっていることを確認します。PC 表示だったり文字化けしていたら失敗です (PC 向けブラウザーでユーザーエージェント偽装しての確認だとうまくいかないことがあります)。</li>
<li>再度 PC で同じページを見て、携帯向け表示になってないことを確認します (携帯ページがキャッシュされてないかの確認)。</li>
</blockquote>
<p>説明文に<br />
　patch-supercache-ktaistyle.php<br />
のファイル名がありましたが<strong>Ktai Style</strong>2.0.3では、<br />
　supercache-plugin-ktaistyle.php<br />
のファイル名になっているようです。</p>
<p>あと、以下のページもちょっと見ました。<br />
　■<a href="http://gadget-mac.undo.jp/blog/2009/08/wptouch%E3%81%A8wp-super-cache%E3%82%92%E4%BD%B5%E7%94%A8%E3%81%99%E3%82%8B/" target="_blank">WPtouchとWP Super Cacheを併用する || 新・ガジェット! gadget!! あーんど Mac!!!</a></p>
<p>ただ、ハーフオン，Mobile device support，Rewrite ルールの関係がいまいちわかってない・・・。</p>
<blockquote><p>Rewrite ルールを更新する必要があります</p></blockquote>
<p>と記載された黄色い部分が表示されたままになっててどうしたらよいのか。。。<br />
でも、一応動いてるみたい・・・。</p>
<p><a href="http://linux.good-life-space.com/wp-content/uploads/100706.jpg" rel="lightbox[182]"><img src="http://linux.good-life-space.com/wp-content/uploads/100706-300x276.jpg" title="WP Super Cache管理画面" width="300" height="276" class="alignnone size-medium wp-image-184" /></a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-1454869750809208";
/* 336x280 */
google_ad_slot = "0976794606";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>]]></content:encoded>
			<wfw:commentRss>http://linux.good-life-space.com/web/wordpress/ktai_style_wp_super_cache/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://linux.good-life-space.com/web/wordpress/ktai_style_wp_super_cache" />
	</item>
	</channel>
</rss>

