<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 한글 인식문제]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=4850&amp;type=atom"/>
	<updated>2008-03-07T04:47:18Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=4850</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 한글 인식문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=25049#p25049"/>
			<content type="html"><![CDATA[<p>최상단에 아래 3줄을 추가해주시면 됩니다.</p><p>&lt;IfModule mod_url.c&gt;<br />CheckURL Off<br />&lt;/ifModule&gt;</p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-03-07T04:47:18Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=25049#p25049</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[한글 인식문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=25048#p25048"/>
			<content type="html"><![CDATA[<p>익스 7에서는 한글로 된 주소나 태그가 제대로 표현이 안되어서<br />찾아보는 도중</p><p>.htaccess화일을 열어 두번째 줄 ■#CheckURL Off의 주석처리 부분 해제. <br />즉, #를 빼고 ■CheckURL Off 만 남기고 저장한 후 ftp의 .htaccess에 덮어 씌운다.</p><p>라는 해결책을 보았습니다<br />테터툴즈가 깔린 폴더에 .htaccess 열어보았지만</p><p>RewriteEngine On<br />RewriteBase /tt/<br />RewriteCond %{ENV:REDIRECT_SURI} !^$<br />RewriteRule (.*) - [L]<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteRule ^$ blog/index.php [E=SURI:1,L]<br />RewriteRule ^[0-9]+$ blog/item.php [E=SURI:1,L]<br />RewriteRule ^favicon\.ico$ blog/favicon.ico.php [E=SURI:1,L]<br />RewriteRule ^index\.gif$ blog/index.gif.php [E=SURI:1,L]<br />RewriteCond %{QUERY_STRING} (^|&amp;)pl=([0-9]+)<br />RewriteRule ^index\.php$ %2 [NE,L]<br />RewriteRule ^index\.php$ blog/index.php [E=SURI:1,L]<br />RewriteRule ^index\.xml$ blog/rss/index.php [E=SURI:1,L]<br />RewriteCond %{REQUEST_FILENAME} -f [OR]<br />RewriteCond %{REQUEST_FILENAME} -d&nbsp; <br />RewriteRule !^(blog|cache)/ - [L]&nbsp; &nbsp; &nbsp; &nbsp;<br />RewriteRule ^(thumbnail)/([0-9]+/.+) cache/$1/$2 [E=SURI:1,L]<br />RewriteRule ^(entry|attachment|category|keylog|tag|search|plugin)/? blog/$1/index.php [E=SURI:1,L]<br />RewriteRule ^(.+)/[0-9]+$ blog/$1/item.php [E=SURI:1,L]<br />RewriteRule ^(.+)$ blog/$1/index.php [E=SURI:1,L]</p><p>위와 같은 내용만 있는데요..<br />이 한글 인식을 어떻게 수정해야 할까요?</p>]]></content>
			<author>
				<name><![CDATA[fullbus]]></name>
			</author>
			<updated>2008-03-07T04:05:21Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=25048#p25048</id>
		</entry>
</feed>
