<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 카테고리 클릭시 특정 카테고리만 출력됨]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=5469&amp;type=atom"/>
	<updated>2008-05-10T13:09:31Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=5469</id>
		<entry>
			<title type="html"><![CDATA[카테고리 클릭시 특정 카테고리만 출력됨]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26905#p26905"/>
			<content type="html"><![CDATA[<p>제 블로그 문제는 아니고, 제가 만든 스킨을 사용하시는 분께서 문의주신 내용인데..<br />아무래도 제 머리로는 해결이 안되어서 -_-;;;</p><p>문제가 발생되는 사이트 주소는<br /><a href="http://agd1042.isfreeweb.com/">http://agd1042.isfreeweb.com/</a><br />이구요~</p><p>발생되는 현상은<br />어느 카테고리를 눌러도 특정 카테고리만 출력이 되고 있습니다. <br />-&nbsp; &quot;사랑이야기&quot; 카테고리만 출력이 되고 있네요</p><p>특수문자 문제인가 해서 제 테스트 블로그에 적용해 보아도 제꺼에선 멀쩡하게 잘 되구요...;;</p><p>해결해 주실 수 있는 분이 계실까요?</p><p>일단 .htaccess와 config.php 파일 내용을 올려드립니다.</p><p>.htaccess는<br /></p><div class="codebox"><pre><code>#&lt;IfModule mod_url.c&gt;
#CheckURL Off
#&lt;/IfModule&gt;
#SetEnv PRELOAD_CONFIG 1
RewriteEngine On
RewriteBase /tc/
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ rewrite.php [L,QSA]</code></pre></div><p>구요</p><p>config.php는<br /></p><div class="codebox"><pre><code>&lt;?php
ini_set(&#039;display_errors&#039;, &#039;off&#039;);
$database[&#039;server&#039;] = &#039;localhost&#039;;
$database[&#039;database&#039;] = &#039;*******&#039;;
$database[&#039;username&#039;] = &#039;******&#039;;
$database[&#039;password&#039;] = &#039;*****&#039;;
$database[&#039;prefix&#039;] = &#039;tc&#039;;
$service[&#039;type&#039;] = &#039;path&#039;;
$service[&#039;domain&#039;] = &#039;agd1042.isfreeweb.com&#039;;
$service[&#039;path&#039;] = &#039;/tc&#039;;
$service[&#039;skin&#039;] = &#039;coolant&#039;;
$service[&#039;favicon_daily_traffic&#039;] = 10; // 10MB
//$serviceURL = &#039;http://agd1042.isfreeweb.com/tc&#039; ; // for path of Skin, plugin and etc.
//$service[&#039;reader&#039;] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load.
//$service[&#039;debugmode&#039;] = true; // uncomment for debugging, e.g. displaying DB Query or Session info
//$service[&#039;pagecache&#039;] = false; // uncomment if you want to disable page cache feature.
//$service[&#039;debug_session_dump&#039;] = true; // session info debuging.
//$service[&#039;debug_rewrite_module&#039;] = true; // rewrite handling module debuging.
//$service[&#039;session_cookie_path&#039;] = $service[&#039;path&#039;]; // for avoiding spoiling other textcube&#039;s session id sharing root.
//$service[&#039;allowBlogVisibilitySetting&#039;] = true; // Allow service users to change blog visibility.
?&gt;</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-05-10T13:09:31Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26905#p26905</id>
		</entry>
</feed>
