<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 엑박의 .htaccess 설정 설명 좀 해주세요..]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=5901&amp;type=atom"/>
	<updated>2008-06-21T03:31:51Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=5901</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 엑박의 .htaccess 설정 설명 좀 해주세요..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=28401#p28401"/>
			<content type="html"><![CDATA[<p>공지에 떳습니다.<br />Textcube 1.7.1 오류 패치 안내 (6월 21일 5시)<br /><a href="http://notice.textcube.org/ko/130">http://notice.textcube.org/ko/130</a></p>]]></content>
			<author>
				<name><![CDATA[bellblog]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1784</uri>
			</author>
			<updated>2008-06-21T03:31:51Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=28401#p28401</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 엑박의 .htaccess 설정 설명 좀 해주세요..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=28341#p28341"/>
			<content type="html"><![CDATA[<p>1.7rc1 업글 후 생성되는 .htaccess 입니다.</p><div class="quotebox"><blockquote><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 />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p></blockquote></div><p>또, 다른 곳의 업글 후&nbsp; .htaccess 입니다.</p><div class="quotebox"><blockquote><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 />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[bellblog]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1784</uri>
			</author>
			<updated>2008-06-19T19:53:57Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=28341#p28341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[엑박의 .htaccess 설정 설명 좀 해주세요..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=28316#p28316"/>
			<content type="html"><![CDATA[<p>엑박의 .htaccess 설정 예</p><div class="quotebox"><blockquote><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} -d<br />RewriteCond %{REQUEST_URI} !^/punbb(/*)<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteCond %{REQUEST_URI} !^/punbb(/*)<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p></blockquote></div><p>디렉토리나 php 플래시 파일이 실행 가능한 예</p><div class="quotebox"><blockquote><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 />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteCond %{REQUEST_URI} !^/punbb(/*)<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteCond %{REQUEST_URI} !^/punbb(/*)<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p></blockquote></div><p>위의 RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L] 이 위치에 따라서 즉, /punbb/ 와 /.php /.swf 등이 출력이 되는 경우와 엑박으로 뜨는 경우.... 설명 좀 부탁 드려도 될까요?</p>]]></content>
			<author>
				<name><![CDATA[bellblog]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1784</uri>
			</author>
			<updated>2008-06-19T11:00:21Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=28316#p28316</id>
		</entry>
</feed>
