<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - RewriteRule 질문이요~!!]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=4338&amp;type=atom"/>
	<updated>2008-01-04T16:13:57Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=4338</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: RewriteRule 질문이요~!!]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=23163#p23163"/>
			<content type="html"><![CDATA[<p>두번째 RewriteRule 맨 앞의 /를 빼보심은 어떨지요;<br />RewriteBase의 맨 끝에 이미 /가 들어 있기 때문에 두번 매칭하는 셈이 됩니다.</p>]]></content>
			<author>
				<name><![CDATA[daybreaker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=11</uri>
			</author>
			<updated>2008-01-04T16:13:57Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=23163#p23163</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RewriteRule 질문이요~!!]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=23153#p23153"/>
			<content type="html"><![CDATA[<p>/?id=~~</p><p>이 쪽으로 접속하면 이동해서 명령을 수행하는 스크립트를 완성했습니다.</p><p>간단하게 접속시키려고 /~~ 로도 위 명령줄처럼 실행되게 할 수 있도록 RewriteRule을 아래처럼 짰는데, 잘 안되네요.</p><p>도움 부탁드립니다.</p><div class="codebox"><pre><code>#&lt;IfModule mod_url.c&gt;
#CheckURL Off
#&lt;/IfModule&gt;
RewriteEngine On
RewriteBase /project/freelink/

RewriteRule ^$ index.php [L]
RewriteRule ^/([a-zA-Z0-9])$ index.php?id=$1 [L]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[FeelSoGood]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1083</uri>
			</author>
			<updated>2008-01-04T02:59:49Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=23153#p23153</id>
		</entry>
</feed>
