<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 포스트 절대 주소로 접속시 HTTP403에러....]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=6600&amp;type=atom"/>
	<updated>2008-09-13T14:19:10Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=6600</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 포스트 절대 주소로 접속시 HTTP403에러....]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30238#p30238"/>
			<content type="html"><![CDATA[<p>자문 자답 이네요 =ㅁ= ;;;<br />IE에서 모든 URL을 UTF-8로 보내기를 설정해주니 정상적으로 링크를 타네요 ;;<br />헌데... 저 옵션을 끄고도 정상적으로 URL이 넘어가게 할 순 없나요?</p><p>보통 한글img 파일을 올리는 경우 (타 euc-kr 사이트) UTF-8로 보내기 때문에 엑박이 떠서 저 옵션을 끄고 쓰는 경우가 많은데....</p><p>저 문제 때문에 절대주소를 문자로 쓰는 기능을 썩힐 수도 없고.....ㅠㅠ</p>]]></content>
			<author>
				<name><![CDATA[멀더끙]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2638</uri>
			</author>
			<updated>2008-09-13T14:19:10Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30238#p30238</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[포스트 절대 주소로 접속시 HTTP403에러....]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30233#p30233"/>
			<content type="html"><![CDATA[<p>음.. 언제부터인지는 모르겠는데...<br />오늘 다른 곳에 포스트의 절대주소로 링크를 걸어놓고 나니<br />링크가 연결이 안되네요 ;;;;<br />절대주소를 직접 입력하고 접속해보니 HTTP403 에러가 납니다. ㅜ.ㅜ</p><p>이거 왜 이럴까요 ;;</p><p>.htaccess의&nbsp; CheckURL Off 주석 해제도 해봤는데 소용이 없네요...<br />예전에는 제대로 접속이 되었었었는데....</p><p>아래 .htaccess 파일 내용과 rewrite 모듈의 디버그 모듈 결과물 첨부합니다...</p><br /><div class="codebox"><pre><code>SetEnvIfNoCase Referer &quot;^http://www.mulder21c.com/&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^http://www.mulder21c.com$&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^http://mulder21c.com/&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^http://mulder21c.com$&quot; locally_linked=1
SetEnvIfNoCase Referer &quot;^$&quot; locally_linked=1
&lt;FilesMatch &quot;.(gif|png|mp3|bmp|jpg|jpeg|zip)$&quot;&gt;
  Order Allow,Deny
  Allow from env=locally_linked
&lt;/FilesMatch&gt;

#&lt;IfModule mod_url.c&gt;
#CheckURL Off
#&lt;/IfModule&gt;
#SetEnv PRELOAD_CONFIG 1
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ - [NC,F,L]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [L]
RewriteCond %{REQUEST_FILENAME} /img
RewriteRule ^(.*) - [L]
RewriteCond %{REQUEST_FILENAME} /jw_media_player
RewriteRule ^(.*) - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]
RewriteRule ^(.*)$ rewrite.php [L,QSA]</code></pre></div><div class="codebox"><pre><code>path parser result : 
Array
(
    [host] =&gt; www.mulder21c.com
    [fullpath] =&gt; /cinepreview/entry/고고70-예고편?category=3
    [position] =&gt; /rewrite.php
    [root] =&gt; /
    [input] =&gt; cinepreview/entry/%EA%B3%A0%EA%B3%A070-%EC%98%88%EA%B3%A0%ED%8E%B8?category=3
    [URLfragment] =&gt; Array
        (
            [0] =&gt; entry
            [1] =&gt; %EA%B3%A0%EA%B3%A070-%EC%98%88%EA%B3%A0%ED%8E%B8
        )

)
Array
(
    [url]=&gt; /cinepreview/entry/고고70-예고편?category=3
    [value] =&gt; 고고70-예고편
    [directive] =&gt; /entry
    [page] =&gt; 1
)</code></pre></div><p>추가로 디버그 모드를 킬 경우 관리자 모드를 볼 수가 없네요 -_-;;;;</p><p>디버그 모드를 킬 경우 관리자 모드 페이지를 띄우면 디버그 모드의 출력물만 나오고 관리자 화면을 볼 수가 없습니다. ㄷㄷㄷ;</p>]]></content>
			<author>
				<name><![CDATA[멀더끙]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2638</uri>
			</author>
			<updated>2008-09-13T12:48:09Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30233#p30233</id>
		</entry>
</feed>
