<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 텍스트큐브 하위 폴더에 접근이 안되는 경우 해결법]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=5335&amp;type=atom"/>
	<updated>2008-04-23T15:24:47Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=5335</id>
		<entry>
			<title type="html"><![CDATA[텍스트큐브 하위 폴더에 접근이 안되는 경우 해결법]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26491#p26491"/>
			<content type="html"><![CDATA[<p>질문 : 텍스트큐브를 설치하고 나서 하위 폴더에 게시판이나 기타 웹 프로그램을 깔아두고 사용하고자 하는데 접속이 안됩니다. 현재 블로그 주소는 blog.com 인데 최상위 폴더에 텍스트큐브를 설치했습니다. blog.com/abc 로 접근이 가능하게 하려면 어떻게 해야 되나요?</p><p>답변 : .htaccess 의 리다이렉트 설정으로 인한 문제입니다.&nbsp; 최상위 폴더 .htaccess 파일의 RewriteRule ^(.*) $1 [L] 하위로 아래 2줄을 추가시켜주시면 될듯 싶습니다. </p><div class="codebox"><pre><code>RewriteCond %{REQUEST_FILENAME} /abc
RewriteRule ^(.*) - [L]</code></pre></div><p>관련 링크 : <a href="http://howto.textcube.org/entry/adding-rewrite-rule-in-htaccess">http://howto.textcube.org/entry/adding- … n-htaccess</a> , <a href="http://offree.net/457">http://offree.net/457</a></p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-04-23T15:24:47Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26491#p26491</id>
		</entry>
</feed>
