<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=6485&amp;type=atom"/>
	<updated>2008-08-26T11:40:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=6485</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=29922#p29922"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>lunamoth 작성:</cite><blockquote><p>RewriteEngine On<br />RewriteBase /<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteCond %{REQUEST_FILENAME} -f<br />RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ - [NC,F,L]</p><p>다음에 아래부분을 삽입하시면 어떨까 싶습니다. </p><p>RewriteCond %{HTTP_HOST} ^www\.31jha\.com$ [NC]<br />RewriteRule ^(.*)$ <a href="http://31jha.com/$1">http://31jha.com/$1</a> [R=301,L]</p></blockquote></div><p>텍스트큐브를 1.7.4버젼으로 업하고 따라해보니 잘 되네요^^ 감사합니다!</p>]]></content>
			<author>
				<name><![CDATA[31J.Ha]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1947</uri>
			</author>
			<updated>2008-08-26T11:40:14Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=29922#p29922</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=29912#p29912"/>
			<content type="html"><![CDATA[<p>저같은 경우는 미봉책으로 루트에 index.html을 따로 만들고 안에 프레임셋에 불러오는 주소를 <a href="http://e-sinsa.com/love/">http://e-sinsa.com/love/</a> (실제 블로그 주소)로 해놓고 쓰고 있습니다... 전혀 전문적이지 않고, 리퍼러기록을 보기도 불편하지만 어느정도 효과는 보고 있답니다..</p><p>(답 달고도 부끄럽네요..)</p>]]></content>
			<author>
				<name><![CDATA[소하랑]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=3017</uri>
			</author>
			<updated>2008-08-26T10:01:41Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=29912#p29912</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=29910#p29910"/>
			<content type="html"><![CDATA[<p>아 답변 감사드립니다..ㅠ.ㅠ</p><p>저는 .htaccess 내용이</p><p>RewriteEngine On<br />RewriteBase /<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p><p>요렇게 되어있더군요.. 1.6.3버젼이라 그런지 모르겠습니다.</p><p>밑에 </p><p>RewriteCond %{HTTP_HOST} ^www\.31jha\.com$ [NC]<br />RewriteRule ^(.*)$ <a href="http://31jha.com/$1">http://31jha.com/$1</a> [R=301,L]</p><p>를 추가 했는데 같은 증상입니다.</p><p>근데 \ &lt;- 표시가 <br />메모장에서 .htaccess를 편집하니 &#039;원&#039; 표시로 나오길래<br />그냥 저장했습니다만.. 상관은 없나요?</p>]]></content>
			<author>
				<name><![CDATA[31J.Ha]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1947</uri>
			</author>
			<updated>2008-08-26T08:08:22Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=29910#p29910</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=29908#p29908"/>
			<content type="html"><![CDATA[<p>RewriteEngine On<br />RewriteBase /<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteCond %{REQUEST_FILENAME} -f<br />RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ - [NC,F,L]</p><p>다음에 아래부분을 삽입하시면 어떨까 싶습니다. </p><p>RewriteCond %{HTTP_HOST} ^www\.31jha\.com$ [NC]<br />RewriteRule ^(.*)$ <a href="http://31jha.com/$1">http://31jha.com/$1</a> [R=301,L]</p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-08-26T07:59:58Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=29908#p29908</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=29907#p29907"/>
			<content type="html"><![CDATA[<p>감사합니다.</p><p>근데 위에처럼 추가를 해주니</p><p><a href="http://www.31jha.com">www.31jha.com</a>로는 접속이 아예 되질 않습니다.<br />페이지를 찾을 수 없다고 뜨네요..</p><p>아 참고로 아직 텍스트큐브 1.6.3 입니다;</p>]]></content>
			<author>
				<name><![CDATA[31J.Ha]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1947</uri>
			</author>
			<updated>2008-08-26T07:54:42Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=29907#p29907</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=29906#p29906"/>
			<content type="html"><![CDATA[<p>루트의 .htaccess 파일에 아래 부분을 추가해주시면 될 것 같습니다. (서비스 관리 &gt; 서버 메뉴를 통해서 수정하실수도 있습니다.)</p><p>RewriteCond %{HTTP_HOST} ^www\.31jha\.com$ [NC]<br />RewriteRule ^(.*)$ <a href="http://31jha.com/$1">http://31jha.com/$1</a> [R=301,L]</p><p>참고 사이트 : <a href="http://no-www.org/">http://no-www.org/</a></p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-08-26T07:50:07Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=29906#p29906</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[도메인에 자동으로 WWW를 뺄 순 없나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=29905#p29905"/>
			<content type="html"><![CDATA[<p>제 홈페이지는<br />31jha.com 입니다.</p><p>외부에도 31JHa.com 으로 홍보하고 하는데요..</p><p><a href="http://www.31jha.com">www.31jha.com</a>으로도 접속이 가능합니다만,<br />주소에 그대로 <a href="http://www.31jha.com">www.31jha.com</a> 으로 나오더라구요.</p><p>레몬팬을 사용하는데 www가 붙고 안붙고 다르게 인식하잖아요..<br />그리고 블로그 번역기에선 www가 붙은 주소는 에러가 나더라구요.</p><p>아무튼, 인터넷을 찾아보니<br />www가 안붙는 주소에 자동으로 www를 붙이는 명령은 있는데</p><p>반대로 www가 붙은 주소에서 www를 자동으로 빼는 방법은 없을까요??</p>]]></content>
			<author>
				<name><![CDATA[31J.Ha]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1947</uri>
			</author>
			<updated>2008-08-26T07:41:00Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=29905#p29905</id>
		</entry>
</feed>
