<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 1.6 .htaccess 에서의 누락, 미지원 요소]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=4761&amp;type=atom"/>
	<updated>2008-03-01T14:05:46Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=4761</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.6 .htaccess 에서의 누락, 미지원 요소]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=24764#p24764"/>
			<content type="html"><![CDATA[<p>404 페이지 설정 같은 경우는</p><p>rewrite.php 에 아래처럼 했는데 괜찮겠지요?;</p><div class="codebox"><pre><code>    if (!file_exists($interfacePath)) {
        header(&quot;HTTP/1.0 404 Not found&quot;);
        header(&quot;Location:http://lunamoth.biz/&quot;); 
        exit;
    }</code></pre></div>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-03-01T14:05:46Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=24764#p24764</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[1.6 .htaccess 에서의 누락, 미지원 요소]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=24725#p24725"/>
			<content type="html"><![CDATA[<p>1.6 업데이트 마쳤습니다. 1.5.4 에서의 업데이트 이상 없는듯 싶습니다. .htaccess 에서의 누락, 미지원 요소가 있는 듯 해서 적어둡니다.</p><p>1. index.xml 피드 (클래식 호환용) 가 rss 로 리다이렉트가 안되는듯 싶습니다. RewriteRule ^index\.xml$ ~~ 로 지원했었던 사항입니다.</p><p>2. 404페이지가 설정을하여도 연결이 안되는듯 싶습니다. ErrorDocument 404 http://~~</p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-03-01T00:11:52Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=24725#p24725</id>
		</entry>
</feed>
