<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - IIS 에서 설치시, rewrite.php 수정]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=5088&amp;type=atom"/>
	<updated>2008-04-10T03:03:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=5088</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: IIS 에서 설치시, rewrite.php 수정]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26182#p26182"/>
			<content type="html"><![CDATA[<p><a href="http://dev.textcube.org/ticket/921">921</a>번 티켓에서 반영하였습니다.^^</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-04-10T03:03:34Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26182#p26182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: IIS 에서 설치시, rewrite.php 수정]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=25771#p25771"/>
			<content type="html"><![CDATA[<p>REQUEST_URI가 셋팅되지 않은 경우의 workaround군요^^ 같은 기능을 하도록 수정하여 1.7로 반영하도록 하겠습니다.</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-03-27T08:54:24Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=25771#p25771</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[IIS 에서 설치시, rewrite.php 수정]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=25747#p25747"/>
			<content type="html"><![CDATA[<p>IIS에 설치하다보니, REQUEST_URI 서버 변수 문제가 발생되더라구요.<br />우선은 rewrite.php 안에 아래와 같이 추가하니, 나오더군요.</p><p>&nbsp; &nbsp; define(&#039;ROOT&#039;, &#039;.&#039;); </p><p><strong>&nbsp; &nbsp; if (!isset($_SERVER[&#039;REQUEST_URI&#039;]) and isset($_SERVER[&#039;SCRIPT_NAME&#039;])) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $base = $_SERVER[&#039;SCRIPT_NAME&#039;];<br />&nbsp; &nbsp; &nbsp; &nbsp; if (isset($_SERVER[&#039;QUERY_STRING&#039;]) and !empty($_SERVER[&#039;QUERY_STRING&#039;]))<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $base .= &#039;?&#039; . $_SERVER[&#039;QUERY_STRING&#039;];</strong></p><p><strong>&nbsp; &nbsp; &nbsp; &nbsp; $_SERVER[&quot;REQUEST_URI&quot;] = $base;<br />&nbsp; &nbsp; }<br /></strong></p><p>&nbsp; &nbsp; if (!empty($_SERVER[&#039;PRELOAD_CONFIG&#039;]) &amp;&amp; file_exists(&#039;config.php&#039;)) require_once ROOT.&quot;/config.php&quot;;<br />&nbsp; &nbsp; /* Retrieve Access Parameter Information. */</p>]]></content>
			<author>
				<name><![CDATA[Elgar]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2723</uri>
			</author>
			<updated>2008-03-27T01:48:56Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=25747#p25747</id>
		</entry>
</feed>
