<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=2285</link>
		<description><![CDATA[.htaccess 파일의 Rewrite 설정 관련 질문입니다. 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Sat, 09 Dec 2006 16:22:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=13298#p13298</link>
			<description><![CDATA[<p>Hotbar인 경우에도 꽤 쓰이는 것 같더라고요. (저도 몇번 썼었고)<br />브라우저로 막기보다는 robot 키워드 들어간것만 차단해줘도 되지 않을까요? (저는 전에 일부 유명하지 않은 봇이 방문하면 차단해줬었습니다.)</p>]]></description>
			<author><![CDATA[null@example.com (나니)]]></author>
			<pubDate>Sat, 09 Dec 2006 16:22:11 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=13298#p13298</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=13284#p13284</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Sat, 09 Dec 2006 15:13:43 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=13284#p13284</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=13252#p13252</link>
			<description><![CDATA[<p>도움에 감사드립니다. ^^</p>]]></description>
			<author><![CDATA[null@example.com (Tyburn)]]></author>
			<pubDate>Sat, 09 Dec 2006 06:56:31 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=13252#p13252</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: .htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=13251#p13251</link>
			<description><![CDATA[<p><strong>RewriteCond %{HTTP_USER_AGENT} ^$ [NC,OR]</strong><br />라고 해보세요. (되는지는 확인 못했으나 정규표현식 패턴을 받아야 하기 때문에 저렇게 하면 빈 문자열을 가리킬 겁니다)</p>]]></description>
			<author><![CDATA[null@example.com (daybreaker)]]></author>
			<pubDate>Sat, 09 Dec 2006 06:52:06 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=13251#p13251</guid>
		</item>
		<item>
			<title><![CDATA[.htaccess 파일의 Rewrite 설정 관련 질문입니다.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=13250#p13250</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Tyburn)]]></author>
			<pubDate>Sat, 09 Dec 2006 06:45:00 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=13250#p13250</guid>
		</item>
	</channel>
</rss>
