<?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=1642&amp;type=atom"/>
	<updated>2007-10-24T16:52:35Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=1642</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일 내용은...?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21857#p21857"/>
			<content type="html"><![CDATA[<p>.htaccess 맨 마지막 부분에 다음을 추가하시면 해결됩니다.</p><p>SetEnvIfNoCase Referer &quot;^http://www.domain.com/&quot; locally_linked=1<br />SetEnvIfNoCase Referer &quot;^http://www.domain.com$&quot; locally_linked=1<br />SetEnvIfNoCase Referer &quot;^http://domain.com/&quot; locally_linked=1<br />SetEnvIfNoCase Referer &quot;^http://domain.com$&quot; locally_linked=1<br />&lt;FilesMatch &quot;.(gif|jpg|png|bmp|GIF|JPG|PNG|BMP|wav|mp3|wma|WAV|MP3|WMA|mpg|mpeg|avi|asf|wmv|swf|MPG|MPEG|AVI|ASF|WMV|SWF|zip|rar|exe|ZIP|RAR|EXE)$&quot;&gt;<br /> Order Allow,Deny<br /> Allow from env=locally_linked<br />&lt;/FilesMatch&gt;</p>]]></content>
			<author>
				<name><![CDATA[bellblog]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1784</uri>
			</author>
			<updated>2007-10-24T16:52:35Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21857#p21857</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일 내용은...?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=9423#p9423"/>
			<content type="html"><![CDATA[<p>오오 건더기님 &gt;_&lt;</p><p>즐거운 추석 연휴 되세요!</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2006-10-02T15:45:29Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=9423#p9423</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일 내용은...?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=9378#p9378"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Justin 작성:</cite><blockquote><div class="codebox"><pre><code>RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?(justinchronicles.net|letmeshow.info)/.*$ [NC]
RewriteRule \.(gif|jpg|png|bmp|GIF|JPG|PNG|BMP|wav|mp3|wma|WAV|MP3|WMA|mpg|mpeg|avi|asf|wmv|swf|MPG|MPEG|AVI|ASF|WMV|SWF|zip|rar|exe|ZIP|RAR|EXE)$ - [F]</code></pre></div><p>이런 코드를 .htaccess 맨 마지막 부분에 추가했습니다.<br />목적은 해당 도메인을 제외한 나머지 도메인에서 이미지 무단링크를 막기 위한 것입니다.</p><p>그런데, 테스트를 해봤더니만... 음... 안되네요. ㅡㅜ<br />아래 이미지가 안보여야 정상인데... ㅡㅡ;</p><p><a href="http://www.justinchronicles.net/chronicles/attach/1/763530.jpg">http://www.justinchronicles.net/chronic … 763530.jpg</a></p><p>저거 맞는것 같은데 말이죠... 아... 망할놈의 정규표현식. ㅡㅡ;</p></blockquote></div><p>태터만 운영하신다면 attach 폴더에 위의 코드를 넣은 .htaccess를 적용하는 방안을 적용하셔도 될 듯합니다만... <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[건더기]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=32</uri>
			</author>
			<updated>2006-10-01T14:30:15Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=9378#p9378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일 내용은...?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=9377#p9377"/>
			<content type="html"><![CDATA[<div class="codebox"><pre><code>RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?(justinchronicles.net|letmeshow.info)/.*$ [NC]
RewriteRule \.(gif|jpg|png|bmp|GIF|JPG|PNG|BMP|wav|mp3|wma|WAV|MP3|WMA|mpg|mpeg|avi|asf|wmv|swf|MPG|MPEG|AVI|ASF|WMV|SWF|zip|rar|exe|ZIP|RAR|EXE)$ - [F]</code></pre></div><p>이런 코드를 .htaccess 맨 마지막 부분에 추가했습니다.<br />목적은 해당 도메인을 제외한 나머지 도메인에서 이미지 무단링크를 막기 위한 것입니다.</p><p>그런데, 테스트를 해봤더니만... 음... 안되네요. ㅡㅜ<br />아래 이미지가 안보여야 정상인데... ㅡㅡ;</p><p><span class="postimg"><img src="http://www.justinchronicles.net/chronicles/attach/1/763530.jpg" alt="http://www.justinchronicles.net/chronicles/attach/1/763530.jpg" /></span></p><p>저거 맞는것 같은데 말이죠... 아... 망할놈의 정규표현식. ㅡㅡ;</p>]]></content>
			<author>
				<name><![CDATA[Justin]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=235</uri>
			</author>
			<updated>2006-10-01T13:26:43Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=9377#p9377</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일 내용은...?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=9363#p9363"/>
			<content type="html"><![CDATA[<p><a href="http://papacha.net/10">http://papacha.net/10</a><br />을 보시면 자세한 설명이 있습니다.<br />모두 동일하니 복사해서 붙여넣거나<br />최신버전이시라면 config.php를 삭제하시고 태터툴즈를 새로설치하기해서 다시 설정하기를 하셔도 됩니다.</p>]]></content>
			<author>
				<name><![CDATA[LonnieNa]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=9</uri>
			</author>
			<updated>2006-09-30T14:31:50Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=9363#p9363</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[.htaccess 파일 내용은...?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=9362#p9362"/>
			<content type="html"><![CDATA[<p>아싸... ㅡㅜ</p><p>아무생각없이 dotname.co.kr 계정 관리자 화면에서 외부차단용 .htaccess 파일 생성 버튼 클릭했더니만 기존 태터에서 만들어놨던 .htaccess 파일을 덮어씌워 버렸습니다 그려... ㅡㅜ</p><p>.htaccess 파일의 내용은 멀티유저환경에서 path 방식일 경우 어느 태터나 동일한가요?<br />그렇다면 내용을 좀 올려주시겠습니까?</p><p>아씨... 삽질의 연속이여... ㅡ0ㅡ;</p>]]></content>
			<author>
				<name><![CDATA[Justin]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=235</uri>
			</author>
			<updated>2006-09-30T14:16:45Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=9362#p9362</id>
		</entry>
</feed>
