<?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=8578&amp;type=atom"/>
	<updated>2009-07-10T21:59:11Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=8578</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 존재하지 않는 페이지 입니다.라고 뜹니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=35888#p35888"/>
			<content type="html"><![CDATA[<p>해결하였습니다.</p><p>RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]</p><p>이 부분을</p><p>RewriteCond %{REQUEST_FILENAME} -f</p><p>이 부분 위로 올리면 되네요.</p><p>신경써주셔서 감사합니다~</p>]]></content>
			<author>
				<name><![CDATA[LAMA]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1777</uri>
			</author>
			<updated>2009-07-10T21:59:11Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=35888#p35888</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 존재하지 않는 페이지 입니다.라고 뜹니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=35881#p35881"/>
			<content type="html"><![CDATA[<p>&quot;수정된 .htaccess는 텍스트큐브 1.7.2부터 기본값이 되어 배포될 예정입니다. &quot;<br /><a href="http://notice.textcube.org/ko/130">http://notice.textcube.org/ko/130</a> 에 위 내용이 있습니다.&nbsp; 그러나 1.7.8 이나 1.8 B4 에서도 루트나 하위 폴더의 파일을 읽지 못합니다.&nbsp; &nbsp;<br />-f 옵션이 파일 읽기를 금지하는 것인 줄 압니다.</p>]]></content>
			<author>
				<name><![CDATA[golden]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=721</uri>
			</author>
			<updated>2009-07-10T08:42:36Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=35881#p35881</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 존재하지 않는 페이지 입니다.라고 뜹니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=35880#p35880"/>
			<content type="html"><![CDATA[<p><a href="http://notice.textcube.org/ko/130">http://notice.textcube.org/ko/130</a> 이글을 참고하셔서 수정을 해보시면 어떨까 싶습니다. (원본 파일은 백업을 해두시고 수정을 해보시길 권해드립니다.)</p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2009-07-10T06:55:42Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=35880#p35880</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[존재하지 않는 페이지 입니다.라고 뜹니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=35873#p35873"/>
			<content type="html"><![CDATA[<p><a href="http://www.lamastyle.com/mp3.jpg">http://www.lamastyle.com/mp3.jpg</a> 라는 이미지를 홈페이지에서 직접넣어서 사용하는데<br />어느날인가부터 엑박이 뜨더라구요... 그래서 서버안을 살펴보니 일단은 파일은 존재하고 아무 이상없는데</p><p>유독히 엑박이 뜨더라구요. 그래서 저 경로를 쳐서 이미지확인을 하려고 했더니 &quot;존재하지 않는 페이지 입니다&quot; 라고 나오네요.<br />아마도 텍스트큐브상에 <a href="http://www.lamastyle.com">www.lamastyle.com</a>/ &lt;-- 이쪽경로를 못 읽는것같아요. 저쪽에 올려놓은 파일들은 안읽혀지더라구요.<br />호스팅업체에서 뭔가 문제가있나 물어보았는데.</p><p>답변인 즉슨, 텍스트큐브의 .htaccess 설정에 문제가 있는것같다고 확인해보라고 하네요.<br />근데 뭘 바꿔야 할지 모르겠어요.<br />아래가 제가 사용하는 .htaccess파일 입니다.</p><p>-----------------------------------------------</p><p>#&lt;IfModule mod_url.c&gt;<br />#CheckURL Off<br />#&lt;/IfModule&gt;<br />#SetEnv PRELOAD_CONFIG 1<br />RewriteEngine On<br />RewriteBase /<br />RewriteCond %{REQUEST_FILENAME} -f<br />RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ - [NC,F,L]<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteRule ^plugins/GRZ_JWMediaPlayer(/.*|$) - [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p><p>-----------------------------------------------------------------------------</p><p>해결방법 아시는분 꼭 알려주세요~</p><p>수고하세요~</p>]]></content>
			<author>
				<name><![CDATA[LAMA]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1777</uri>
			</author>
			<updated>2009-07-08T20:38:59Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=35873#p35873</id>
		</entry>
</feed>
