<?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/"
		>
<channel>
	<title>Comments on: 워드프레스 설치시 index.php 인식 문제</title>
	<atom:link href="http://sdjoon.com/585/feed/" rel="self" type="application/rss+xml" />
	<link>http://sdjoon.com/585/</link>
	<description>sdjoon이 생각하고 느끼고 경험한 것을 표현하는 공간입니다.</description>
	<lastBuildDate>Mon, 30 Aug 2010 22:43:31 +0900</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sdjoon</title>
		<link>http://sdjoon.com/585/comment-page-1/#comment-1507</link>
		<dc:creator>sdjoon</dc:creator>
		<pubDate>Mon, 13 Oct 2008 10:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://sdjoon.com/421/#comment-1507</guid>
		<description>저도 저번에 .htaccess 파일을 수정하여 문제는 해결하기는 했지만 근본적인 해결책은 알지 못했습니다.
결국 계정의 파일들을 모두 삭제해 버리고 아예 루트에 워드플레스를 설치해버렸습니다.
해결책을 찾으시려면 
http://forum.tattersite.com/ko/viewtopic.php?id=5335
를 참조하시거나
구글링을 통해 &quot;텍스트큐브 하위 폴더&quot; 라고 검색해 보시면 해결책을 찾으시는데 도움이 되실 것 같습니다.^^</description>
		<content:encoded><![CDATA[<p>저도 저번에 .htaccess 파일을 수정하여 문제는 해결하기는 했지만 근본적인 해결책은 알지 못했습니다.<br />
결국 계정의 파일들을 모두 삭제해 버리고 아예 루트에 워드플레스를 설치해버렸습니다.<br />
해결책을 찾으시려면<br />
<a href="http://forum.tattersite.com/ko/viewtopic.php?id=5335" rel="nofollow">http://forum.tattersite.com/ko/viewtopic.php?id=5335</a><br />
를 참조하시거나<br />
구글링을 통해 &#8220;텍스트큐브 하위 폴더&#8221; 라고 검색해 보시면 해결책을 찾으시는데 도움이 되실 것 같습니다.^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 궁금이</title>
		<link>http://sdjoon.com/585/comment-page-1/#comment-1439</link>
		<dc:creator>궁금이</dc:creator>
		<pubDate>Thu, 09 Oct 2008 15:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://sdjoon.com/421/#comment-1439</guid>
		<description>저도 같은 문제인데.. 구체적으로 어떻게 수정을 해야하나요?

.htaccess파일 내용을 보니 이렇습니다.

#
#CheckURL Off
#
#SetEnv PRELOAD_CONFIG 1
RewriteEngine On
RewriteBase /
RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(cache)+/+(.+[^/])\.(cache&#124;xml&#124;txt&#124;log)$ - [NC,F,L]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ rewrite.php [L,QSA]</description>
		<content:encoded><![CDATA[<p>저도 같은 문제인데.. 구체적으로 어떻게 수정을 해야하나요?</p>
<p>.htaccess파일 내용을 보니 이렇습니다.</p>
<p>#<br />
#CheckURL Off<br />
#<br />
#SetEnv PRELOAD_CONFIG 1<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />
RewriteCond %{REQUEST_FILENAME} -f<br />
RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ &#8211; [NC,F,L]<br />
RewriteCond %{REQUEST_FILENAME} -d<br />
RewriteRule ^(.+[^/])$ $1/ [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$ rewrite.php [L,QSA]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdjoon</title>
		<link>http://sdjoon.com/585/comment-page-1/#comment-919</link>
		<dc:creator>sdjoon</dc:creator>
		<pubDate>Sun, 08 Jun 2008 14:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://sdjoon.com/421/#comment-919</guid>
		<description>네 해결을 했습니다.
.htaccess파일을 수정하니깐 되더군요.
태터툴즈가 루트에서 하위 디렉토리 접근 설정을 바꿔서 그렇더군요.^^</description>
		<content:encoded><![CDATA[<p>네 해결을 했습니다.<br />
.htaccess파일을 수정하니깐 되더군요.<br />
태터툴즈가 루트에서 하위 디렉토리 접근 설정을 바꿔서 그렇더군요.^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unfusion</title>
		<link>http://sdjoon.com/585/comment-page-1/#comment-915</link>
		<dc:creator>unfusion</dc:creator>
		<pubDate>Sat, 07 Jun 2008 04:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://sdjoon.com/421/#comment-915</guid>
		<description>일이 있어서 댓글을 늦게 확인했는데 이미 처리하신것 같네요. 저도 잘 모르지만 워드프레스 루트 디렉토리에서 .htaccess 를 만들어 주면 처리될 것 같은데요.</description>
		<content:encoded><![CDATA[<p>일이 있어서 댓글을 늦게 확인했는데 이미 처리하신것 같네요. 저도 잘 모르지만 워드프레스 루트 디렉토리에서 .htaccess 를 만들어 주면 처리될 것 같은데요.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdjoon</title>
		<link>http://sdjoon.com/585/comment-page-1/#comment-918</link>
		<dc:creator>sdjoon</dc:creator>
		<pubDate>Wed, 04 Jun 2008 09:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://sdjoon.com/421/#comment-918</guid>
		<description>.htaccess파일 내용을 보니 이렇습니다.
-----------------------------------------------

#&lt;IfModule mod_url.c&gt;
#CheckURL Off
#&lt;/IfModule&gt;
#SetEnv PRELOAD_CONFIG 1
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ rewrite.php [L,QSA]
# BEGIN WordPress

# END WordPress</description>
		<content:encoded><![CDATA[<p>.htaccess파일 내용을 보니 이렇습니다.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>#<ifmodule mod_url.c><br />
#CheckURL Off<br />
#</ifmodule><br />
#SetEnv PRELOAD_CONFIG 1<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} -d<br />
RewriteRule ^(.+[^/])$ $1/ [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$ rewrite.php [L,QSA]<br />
# BEGIN WordPress</p>
<p># END WordPress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdjoon</title>
		<link>http://sdjoon.com/585/comment-page-1/#comment-917</link>
		<dc:creator>sdjoon</dc:creator>
		<pubDate>Wed, 04 Jun 2008 09:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://sdjoon.com/421/#comment-917</guid>
		<description>네 맞습니다. 텍스트큐브가 루트에 설치되어 있습니다.
여기저기 조사해 보니 &quot;.htaccess&quot;파일 관련해서 뭐가 나오던데
구체적으로 어떻게 변경해야 하는지 좀 가르쳐 주십시오.^^</description>
		<content:encoded><![CDATA[<p>네 맞습니다. 텍스트큐브가 루트에 설치되어 있습니다.<br />
여기저기 조사해 보니 &#8220;.htaccess&#8221;파일 관련해서 뭐가 나오던데<br />
구체적으로 어떻게 변경해야 하는지 좀 가르쳐 주십시오.^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unfusion</title>
		<link>http://sdjoon.com/585/comment-page-1/#comment-916</link>
		<dc:creator>unfusion</dc:creator>
		<pubDate>Tue, 03 Jun 2008 21:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://sdjoon.com/421/#comment-916</guid>
		<description>텍스트 큐브가 루트에 설치되어 있나요? 루트 디렉토리의 .htaccess 파일을 살펴보셔야 할 것 같습니다.</description>
		<content:encoded><![CDATA[<p>텍스트 큐브가 루트에 설치되어 있나요? 루트 디렉토리의 .htaccess 파일을 살펴보셔야 할 것 같습니다.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
