<?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>Divenavi and Okinawa34 &#187; CORESERVER</title>
	<atom:link href="http://www.divenavi.net/archives/tag/coreserver/feed" rel="self" type="application/rss+xml" />
	<link>http://www.divenavi.net</link>
	<description>沖縄の三線と、ダイビングを中心にしたページです。長野県中信を中心にの三線の演奏やっています。</description>
	<lastBuildDate>Fri, 18 May 2012 14:55:00 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.divenavi.net/archives/tag/coreserver/feed" />
		<item>
		<title>XREA・CORESERVERのセーフモード対策 at WordPress</title>
		<link>http://www.divenavi.net/archives/128</link>
		<comments>http://www.divenavi.net/archives/128#comments</comments>
		<pubDate>Mon, 17 Aug 2009 03:45:24 +0000</pubDate>
		<dc:creator>duke</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CORESERVER]]></category>
		<category><![CDATA[XREA]]></category>
		<category><![CDATA[セーフモード]]></category>

		<guid isPermaLink="false">http://www.divenavi.net/archives/xrea%e3%83%bbcoreserver%e3%81%ae%e3%82%bb%e3%83%bc%e3%83%95%e3%83%a2%e3%83%bc%e3%83%89%e5%af%be%e7%ad%96/</guid>
		<description><![CDATA[XREAや、CORESERVERでは、phpがセーフモードで、動作しています。 私の場合は、下記のように設定しています。 まず、 wp-adminの　.htaccess ファイルの設定を下記のように。 そして、WordP [...]]]></description>
			<content:encoded><![CDATA[<p>XREAや、CORESERVERでは、phpがセーフモードで、動作しています。<br />
私の場合は、下記のように設定しています。<br />
まず、 wp-adminの　.htaccess ファイルの設定を下記のように。</p>
<pre class="brush: php; title: ; notranslate">
&lt;files async-upload.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files admin.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files update.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files upgrade.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files plugin-install.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files update-core.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files plugins.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files themes.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
</pre>
<p>そして、WordPressをインストールした、カレントディレクトリには、下記のように入れています。<br />
xmlrpc.phpは、外部のXML-RPCからの画像のアップロードのため。wp-cron.phpは、WP-DBManagerの<br />
自動バックアップなどのために、こうしています。</p>
<pre class="brush: php; title: ; notranslate">
&lt;files wp-cron.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
&lt;files xmlrpc.php&gt;
AddHandler application/x-httpd-phpcgi .php
&lt;/files&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.divenavi.net/archives/128/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.divenavi.net/archives/128" />
	</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.divenavi.net/archives/tag/coreserver/feed ) in 0.46725 seconds, on May 22nd, 2012 at 12:32 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 1:32 am UTC -->
