<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>WordPress2.6.3の日本語リソースがリリース へのコメント</title>
	<atom:link href="http://www.bizmemowp.com/wordpress-biz371/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bizmemowp.com/wordpress-biz371</link>
	<description>初めての方にもWordPressをわかりやすく説明</description>
	<lastBuildDate>Fri, 09 Oct 2009 12:40:37 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>森脇　省吾 より</title>
		<link>http://www.bizmemowp.com/wordpress-biz371/comment-page-1#comment-16992</link>
		<dc:creator>森脇　省吾</dc:creator>
		<pubDate>Wed, 05 Nov 2008 12:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bizmemowp.com/wordpress-biz371#comment-16992</guid>
		<description>はじめまして。森脇といいます。
WordPress2.6.3を私の借りているlolipopサーバのrootディレクトリにインストールしたいのですが、エラーがでます。
サーバ直下にインストールできないものでしょうか？
いろんな本を読んでも、サーバ直下に「wp」とかのDirを作ってそのDirを書き込み可能にして云々、となっています。
lolipopに直接質問しても「wp」Dirを作ったマニュアル通りの
情けない回答しか返って来ませんでした。
www.xxx.comの直下にwpを作りたい人はどうすれば良いのでしょうか？

*************************************************

管理人です。

「wp」のディレクトリにWordPressをインストールして、www.xxx.comのアドレスを利用する方法を説明します。

まず、「設定」－「一般設定」で、

WordPress のアドレス　： http://www.xxx.com/wp/
ブログのアドレス (URL)　： http://www.xxx.com/

と設定します。

次に、index.phpの内容を

&lt;?php
/* Short and sweet */
define(&#039;WP_USE_THEMES&#039;, true);
require(&#039;./&lt;strong&gt;wp&lt;/strong&gt;/wp-blog-header.php&#039;);
?&gt;

と、「wp」を追記して、ルートディレクトリに転送します。

また、.htaccessファイルもルートディレクトリに転送してください。

なければ、自分で作成してください。

# BEGIN WordPress
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /&lt;strong&gt;wp&lt;/strong&gt;/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /&lt;strong&gt;wp&lt;/strong&gt;/index.php [L]
&lt;/IfModule&gt;
# END WordPress

のように記述すれば良いと思います。</description>
		<content:encoded><![CDATA[<p>はじめまして。森脇といいます。<br />
WordPress2.6.3を私の借りているlolipopサーバのrootディレクトリにインストールしたいのですが、エラーがでます。<br />
サーバ直下にインストールできないものでしょうか？<br />
いろんな本を読んでも、サーバ直下に「wp」とかのDirを作ってそのDirを書き込み可能にして云々、となっています。<br />
lolipopに直接質問しても「wp」Dirを作ったマニュアル通りの<br />
情けない回答しか返って来ませんでした。<br />
<a href="http://www.xxx.comの直下にwpを作りたい人はどうすれば良いのでしょうか？" rel="nofollow">http://www.xxx.comの直下にwpを作りたい人はどうすれば良いのでしょうか？</a></p>
<p>*************************************************</p>
<p>管理人です。</p>
<p>「wp」のディレクトリにWordPressをインストールして、www.xxx.comのアドレスを利用する方法を説明します。</p>
<p>まず、「設定」－「一般設定」で、</p>
<p>WordPress のアドレス　： <a href="http://www.xxx.com/wp/" rel="nofollow">http://www.xxx.com/wp/</a><br />
ブログのアドレス (URL)　： <a href="http://www.xxx.com/" rel="nofollow">http://www.xxx.com/</a></p>
<p>と設定します。</p>
<p>次に、index.phpの内容を</p>
<p>&lt;?php<br />
/* Short and sweet */<br />
define(&#8217;WP_USE_THEMES&#8217;, true);<br />
require(&#8217;./<strong>wp</strong>/wp-blog-header.php&#8217;);<br />
?&gt;</p>
<p>と、「wp」を追記して、ルートディレクトリに転送します。</p>
<p>また、.htaccessファイルもルートディレクトリに転送してください。</p>
<p>なければ、自分で作成してください。</p>
<p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<strong>wp</strong>/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /<strong>wp</strong>/index.php [L]<br />
&lt;/IfModule&gt;<br />
# END WordPress</p>
<p>のように記述すれば良いと思います。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

