<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 1.75 업글후 Statistics Graph 가 작동을 안합니다.]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=6591&amp;type=atom"/>
	<updated>2008-09-17T01:29:08Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=6591</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.75 업글후 Statistics Graph 가 작동을 안합니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30267#p30267"/>
			<content type="html"><![CDATA[<p>1.7.5에서 적혀야 할 original code 는 이렇습니다.</p><div class="quotebox"><blockquote><p>RewriteEngine On<br />&nbsp; &nbsp;RewriteBase /<br />&nbsp; &nbsp;RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} -f<br />&nbsp; &nbsp;RewriteRule ^(cache)+/+(.+[^/]).(cache|xml|txt|log)$ - [NC,F,L]<br />&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} -d<br />&nbsp; &nbsp;RewriteRule ^(.+[^/])$ $1/ [L]<br />&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} !-f<br />&nbsp; &nbsp;RewriteRule ^(.*)$ rewrite.php [L,QSA]</p></blockquote></div><p>참고로 현재 버전의 오리지널 .htaccess 값은 function getDefaultHtaccess() 를 호출하면 볼 수 있습니다.^^</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-09-17T01:29:08Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30267#p30267</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.75 업글후 Statistics Graph 가 작동을 안합니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30263#p30263"/>
			<content type="html"><![CDATA[<p>앗, 잠시, inureyes님께 질문 하나 드립니다-<br />1.7.5 이후의 htaccess 관련 코드에서 지하님이 적으신 대로 되어 있어서 제가 IIS 지원 추가 작업할 때 rewrite rule 기준을 위와 같이 잡고 했는데 이러면 지하님이 지적해주신 문제가 그대로 이어지는 것 아닌가요?;<br />어떤 rewrite rule을 쓰는 것이 맞는지 정리해주세요~</p><p>우선 티켓 <a href="http://dev.textcube.org/ticket/1094">#1094</a>로 등록했습니다;</p>]]></content>
			<author>
				<name><![CDATA[daybreaker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=11</uri>
			</author>
			<updated>2008-09-16T16:41:19Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30263#p30263</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.75 업글후 Statistics Graph 가 작동을 안합니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30262#p30262"/>
			<content type="html"><![CDATA[<p>휴 해결했습니다. 자문자답을 하게 되네요;<br />저처럼 1.7 이하에서 한번에 1.75 로 가시는 분에게 해당되는 버그 같습니다.<br />검색을 한참 한 후에 알게 되었네요 저와 같은 문제를 겪는 분이 있을거 같아<br />남겨 놓습니다.</p><p>서비스 설정의 - 서버 하단의 htaccess 편집 부분에서</p><p>&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} -f<br />&nbsp; &nbsp;RewriteRule ^(cache)+/+(.+[^/]).(cache|xml|txt|log)$ - [NC,F,L]<br />&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} -d<br />&nbsp; &nbsp;RewriteRule ^(.+[^/])$ $1/ [L]<br />&nbsp; &nbsp;RewriteCond %{REQUEST_FILENAME} !-f<br />&nbsp; &nbsp;RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />&nbsp; &nbsp;RewriteRule ^(.*)$ rewrite.php [L,QSA]</p><p>이부분에서 </p><p>맨마지막에서 2번째 문장인 <br />&nbsp; &nbsp;RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]</p><p>요걸 맨위로 올려주세요 (위의 문장중 맨위 말입니다)</p><p>그러니깐 되네요</p>]]></content>
			<author>
				<name><![CDATA[지하]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1647</uri>
			</author>
			<updated>2008-09-16T15:54:18Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30262#p30262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[1.75 업글후 Statistics Graph 가 작동을 안합니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30202#p30202"/>
			<content type="html"><![CDATA[<p>1.7 쓸때까지는 문제가 없었는데 1.75 업글후</p><p>Statistics Graph 가 나타나지 않습니다.</p><p>혹시나 해서 확장팩의 graph 플러그인만 따로 복사해 봐도 마찬가지네요;;</p><p><a href="http://www.jiha.net/tc">http://www.jiha.net/tc</a> 왼쪽 맨 아래 보시는거처럼</p><p>그냥</p><p>Statistics Graph 이렇게 뜨고 그래픽 표시나 작동이 안되네요 -_-;</p>]]></content>
			<author>
				<name><![CDATA[지하]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1647</uri>
			</author>
			<updated>2008-09-12T05:10:04Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30202#p30202</id>
		</entry>
</feed>
