<?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 파일의 Rewrite 설정 관련 질문입니다.]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=2285&amp;type=atom"/>
	<updated>2006-12-09T16:22:11Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=2285</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=13298#p13298"/>
			<content type="html"><![CDATA[<p>Hotbar인 경우에도 꽤 쓰이는 것 같더라고요. (저도 몇번 썼었고)<br />브라우저로 막기보다는 robot 키워드 들어간것만 차단해줘도 되지 않을까요? (저는 전에 일부 유명하지 않은 봇이 방문하면 차단해줬었습니다.)</p>]]></content>
			<author>
				<name><![CDATA[나니]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=134</uri>
			</author>
			<updated>2006-12-09T16:22:11Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=13298#p13298</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=13284#p13284"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Tyburn 작성:</cite><blockquote><p>태터툴즈와는 큰 관련이 없는 이야기지만, 요즘 스팸 리퍼러 문제로 많이 고생하고 있습니다.</p><p>스팸 리퍼러들을 살펴보니 듣도보도 못한 브라우저로 접속하는 경우가 많아 그 브라우저들을 다음과 같이 Rewrite 구문을 이용해서 차단했습니다.</p><p><strong>RewriteCond %{HTTP_USER_AGENT} AOL [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} AIRF [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} Hotbar [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} YANDEX [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} Wanadoo [NC,OR]</strong></p><p>그런데 간혹 USER_AGENT에 아무런 정보도 표시되지 않은 채 접속하는 스팸 리퍼러도 존재하더군요.</p><p>그래서 이렇게 Rewrite 구문을 작성해 보았습니다.</p><p><strong>RewriteCond %{HTTP_USER_AGENT} [NC,OR]</strong></p><p>하지만 차단이 되질 않더군요. USER_AGENT에 아무런 정보를 남기지 않은 채 들어오는 접속자를 차단할 수 있는 방법이 없을까요?</p></blockquote></div><p>으음 AOL 브라우저의 경우에는 미국에서 꽤 많이 쓰이는 브라우저입니다. (IE에 껍데기를 씌운 것이긴 하지만)</p><p>참고하세요^^</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2006-12-09T15:13:43Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=13284#p13284</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=13252#p13252"/>
			<content type="html"><![CDATA[<p>도움에 감사드립니다. ^^</p>]]></content>
			<author>
				<name><![CDATA[Tyburn]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=319</uri>
			</author>
			<updated>2006-12-09T06:56:31Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=13252#p13252</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=13251#p13251"/>
			<content type="html"><![CDATA[<p><strong>RewriteCond %{HTTP_USER_AGENT} ^$ [NC,OR]</strong><br />라고 해보세요. (되는지는 확인 못했으나 정규표현식 패턴을 받아야 하기 때문에 저렇게 하면 빈 문자열을 가리킬 겁니다)</p>]]></content>
			<author>
				<name><![CDATA[daybreaker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=11</uri>
			</author>
			<updated>2006-12-09T06:52:06Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=13251#p13251</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[.htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=13250#p13250"/>
			<content type="html"><![CDATA[<p>태터툴즈와는 큰 관련이 없는 이야기지만, 요즘 스팸 리퍼러 문제로 많이 고생하고 있습니다.</p><p>스팸 리퍼러들을 살펴보니 듣도보도 못한 브라우저로 접속하는 경우가 많아 그 브라우저들을 다음과 같이 Rewrite 구문을 이용해서 차단했습니다.</p><p><strong>RewriteCond %{HTTP_USER_AGENT} AOL [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} AIRF [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} Hotbar [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} YANDEX [NC,OR]<br />RewriteCond %{HTTP_USER_AGENT} Wanadoo [NC,OR]</strong></p><p>그런데 간혹 USER_AGENT에 아무런 정보도 표시되지 않은 채 접속하는 스팸 리퍼러도 존재하더군요.</p><p>그래서 이렇게 Rewrite 구문을 작성해 보았습니다.</p><p><strong>RewriteCond %{HTTP_USER_AGENT} [NC,OR]</strong></p><p>하지만 차단이 되질 않더군요. USER_AGENT에 아무런 정보를 남기지 않은 채 들어오는 접속자를 차단할 수 있는 방법이 없을까요?</p>]]></content>
			<author>
				<name><![CDATA[Tyburn]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=319</uri>
			</author>
			<updated>2006-12-09T06:45:00Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=13250#p13250</id>
		</entry>
</feed>
