<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - ModRewrite미지원 호스팅 사용자를 위해 고려될 사항]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=2817</link>
		<description><![CDATA[ModRewrite미지원 호스팅 사용자를 위해 고려될 사항 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Wed, 07 Feb 2007 17:52:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: ModRewrite미지원 호스팅 사용자를 위해 고려될 사항]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=16397#p16397</link>
			<description><![CDATA[<p>그런거였군요.... 아래는 IIS6+PHP5+MYSQL5 환경에서 시도하면서<br />수정한것을 한번 정리해봤습니다.^^</p><p>지금 IIS에서 ISAPI Rewrite 를 설치하고 시도 중에 잇습니다..<br />설치시 폴더생성 부분에서 $_SERVER[SCRIPT_NAME] 값에 <br />경로 구분자가 없어 아래와 같이 해결하였습니다.<br />--------------------------------------------------------------------<br />$root=realpath(__FILE__);<br />$root=substr($root,0,strlen($root)-10);<br />--------------------------------------------------------------------</p><br /><p>MYSQL5가 관리하기 편해 깔린상태에서 테스트를 하고있는데<br />아무래도 나름 엄격해졌는지 TEXT형식에 DEFAULT를 허용하지 않군요<br />--------------------------------------------------------------------<br />CREATE TABLE {$_POST[&#039;dbPrefix&#039;]}UserSettings (<br />&nbsp; user int(11) NOT NULL default &#039;0&#039;,<br />&nbsp; name varchar(32) NOT NULL default &#039;&#039;,<br />&nbsp; value text NOT NULL default &#039;&#039;,&nbsp; &nbsp;//&lt;== value text<br />--------------------------------------------------------------------</p><br /><p>ISAPI용에서 RewriteBase 대신하는 것이 있는데 익숙치않아 <br />BASE는 지정하지 못하고 아래처럼 -_-; 검사는 어떻해 해서 넘겼습니다.^^;<br />--------------------------------------------------------------------------<br />RewriteRule ^/tt/(testrewrite(\?.*)|(testrewrite)) /tt/setup.php$2<br />--------------------------------------------------------------------------<br />※IIS ISAPI Rewrite 관련 사이트입니다.^^<br />&nbsp; <a href="http://www.helicontech.com/download.htm">http://www.helicontech.com/download.htm</a><br />&nbsp; (윈2003까지)<a href="http://www.isapirewrite.com/download/isapirw_x86_0066_manual.exe">http://www.isapirewrite.com/download/is … manual.exe</a>&nbsp; <br />&nbsp; 비스타 및 64비트 계열도 지원하는고 있습니다.. <br />&nbsp; 다운로드 후 압축을 풀계되면 적용될 매치 정규식을<br />&nbsp; 테스팅해 볼 수있는 유틸리티도 포함되어있습니다.</p><br /><p>그리고..코드중에 이해가 안가는 부분이 있습니다.<br />----------------------------------------------------------------------------------------------------------------<br />&quot;blog\owner\center\dashboard\index.php&quot; Line 816 :: requirLogin()<br />----------------------------------------------------------------------------------------------------------------<br /> header(<br />&nbsp; &nbsp; &nbsp;&quot;Location: <br />&nbsp; &nbsp; &nbsp;{$service[&#039;loginURL&#039;]}?requestURI = &quot;.rawurlencode(&quot;$hostURL{$_SERVER[&#039;REQUEST_URI&#039;]}&quot;)<br />&nbsp; );<br />----------------------------------------------------------------------------------------------------------------<br />요부분인데 $hostURL 은 단순후 HTTP_HOST값만 가지고 있고<br />여기에 연속되어 REQUEST_URI가 있는데.. <br />여기에 대한 결과값은 어떤거지요? -_-;;</p><br /><br /><br /><p>IIS나 Mod_rewrite가 미적용된 호스팅 사용자들도 같이 이용할 수 있는 <br />태터를 하루빨리 만져보고싶군요@.@</p>]]></description>
			<author><![CDATA[null@example.com (김동현)]]></author>
			<pubDate>Wed, 07 Feb 2007 17:52:55 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=16397#p16397</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: ModRewrite미지원 호스팅 사용자를 위해 고려될 사항]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=16392#p16392</link>
			<description><![CDATA[<div class="quotebox"><cite>김동현 작성:</cite><blockquote><p>Mod ReWrite<br />----------------------------------------------<br />사용의 목적은 단지 외부에서의 접근을 용이하게 하기 위함이므로<br />mod_rewrite가 필수가 아닌 선택이 되게 하여 이를 미지원하는 <br />호스팅계정이나 구현이 어려운 서버의 이용자가&nbsp; 단독형태의&nbsp; 블로그를 <br />이용할 수 있게 해주면 어떤가여? </p><p>IIS에서도 ISAPI에서 기능을 하는 필터가 있으나 Rewrite 설정방법이나<br />구현방법이 다른 플랫폼의 모듈의 존재 가능성을 인식하여 유연성 있게<br />Rewrite관련 태터모듈내에서의 스위칭이 필요하다고 느껴집니다..<br />아파치에서만 작동하는 태터가 썩 마음에 내키지 않습니다..^^;<br />----------------------------------------------</p></blockquote></div><p>tattertools 1.x core가, 설계 당시에는 지금처럼 GPL 공개나 개인 설치용이 아닌 서비스용이었기 때문에 지금 그러한 제약이 발생하고 있습니다.<br />아마 tattertools 2.x core에서 1순위 요구사항으로 말씀하신 것이 될 거라고 생각됩니다.</p>]]></description>
			<author><![CDATA[null@example.com (PAPACHA)]]></author>
			<pubDate>Wed, 07 Feb 2007 11:33:08 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=16392#p16392</guid>
		</item>
		<item>
			<title><![CDATA[ModRewrite미지원 호스팅 사용자를 위해 고려될 사항]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=16391#p16391</link>
			<description><![CDATA[<p>Mod ReWrite<br />----------------------------------------------<br />사용의 목적은 단지 외부에서의 접근을 용이하게 하기 위함이므로<br />mod_rewrite가 필수가 아닌 선택이 되게 하여 이를 미지원하는 <br />호스팅계정이나 구현이 어려운 서버의 이용자가&nbsp; 단독형태의&nbsp; 블로그를 <br />이용할 수 있게 해주면 어떤가여? </p><p>IIS에서도 ISAPI에서 기능을 하는 필터가 있으나 Rewrite 설정방법이나<br />구현방법이 다른 플랫폼의 모듈의 존재 가능성을 인식하여 유연성 있게<br />Rewrite관련 태터모듈내에서의 스위칭이 필요하다고 느껴집니다..<br />아파치에서만 작동하는 태터가 썩 마음에 내키지 않습니다..^^;<br />----------------------------------------------</p>]]></description>
			<author><![CDATA[null@example.com (김동현)]]></author>
			<pubDate>Wed, 07 Feb 2007 11:15:44 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=16391#p16391</guid>
		</item>
	</channel>
</rss>
