홈피대문을 바꾸고 싶어요... 정보
홈피대문을 바꾸고 싶어요...본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://flutekorea.com
기존에 태터툴즈하고 그누보드 갔이 사용하다가
이번에 태터의 모든 포스팅을 그누게시판으로 옮겼는데
이제는 http://flutekorea.com/gnuboard/index.php 이게
홈피대문으로 바꾸고 싶어요.. 그리고 기존의 태터블러그는 각종 검색사이트나 기타외부링크때문에
삭제하지 않고 제일 사이드에 두고
간간히 사용할까...말까... 생각좀 해보려구요...
기존에 태터 설치할때 자동으로 생긴 .htaccess 파일을 수정하면 된다는 주워들은 예기가 있어서요..
아래처럼 생겼는데 http://flutekorea.com 로 들어가면 그누보드 인덱스페이지가 보여지고
기존의 블러그쪽 링크 주소는 어떻게 해야 할까요?... ㅡ.ㅡ;;
<IfModule mod_url.c>
CheckURL Off
</IfModule>
RewriteEngine On
RewriteBase /
RewriteCond %{ENV:REDIRECT_SURI} !^$
RewriteRule (.*) - [L]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [L]
RewriteRule ^$ blog/index.php [E=SURI:1,L]
RewriteRule ^[0-9]+$ blog/item.php [E=SURI:1,L]
RewriteRule ^favicon\.ico$ blog/favicon.ico.php [E=SURI:1,L]
RewriteRule ^index\.gif$ blog/index.gif.php [E=SURI:1,L]
RewriteCond %{QUERY_STRING} (^|&)pl=([0-9]+)
RewriteRule ^index\.php$ %2 [NE,L]
RewriteRule ^index\.php$ blog/index.php [E=SURI:1,L]
RewriteRule ^index\.xml$ blog/rss/index.php [E=SURI:1,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule !^(blog|cache)/ - [L]
RewriteRule ^(thumbnail)/([0-9]+/.+) cache/$1/$2 [E=SURI:1,L]
RewriteRule ^(entry|attachment|category|keylog|tag|search|plugin)/? blog/$1/index.php [E=SURI:1,L]
RewriteRule ^(.+)/[0-9]+$ blog/$1/item.php [E=SURI:1,L]
RewriteRule ^(.+)$ blog/$1/index.php [E=SURI:1,L]
오류 주소 : http://flutekorea.com
기존에 태터툴즈하고 그누보드 갔이 사용하다가
이번에 태터의 모든 포스팅을 그누게시판으로 옮겼는데
이제는 http://flutekorea.com/gnuboard/index.php 이게
홈피대문으로 바꾸고 싶어요.. 그리고 기존의 태터블러그는 각종 검색사이트나 기타외부링크때문에
삭제하지 않고 제일 사이드에 두고
간간히 사용할까...말까... 생각좀 해보려구요...
기존에 태터 설치할때 자동으로 생긴 .htaccess 파일을 수정하면 된다는 주워들은 예기가 있어서요..
아래처럼 생겼는데 http://flutekorea.com 로 들어가면 그누보드 인덱스페이지가 보여지고
기존의 블러그쪽 링크 주소는 어떻게 해야 할까요?... ㅡ.ㅡ;;
<IfModule mod_url.c>
CheckURL Off
</IfModule>
RewriteEngine On
RewriteBase /
RewriteCond %{ENV:REDIRECT_SURI} !^$
RewriteRule (.*) - [L]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [L]
RewriteRule ^$ blog/index.php [E=SURI:1,L]
RewriteRule ^[0-9]+$ blog/item.php [E=SURI:1,L]
RewriteRule ^favicon\.ico$ blog/favicon.ico.php [E=SURI:1,L]
RewriteRule ^index\.gif$ blog/index.gif.php [E=SURI:1,L]
RewriteCond %{QUERY_STRING} (^|&)pl=([0-9]+)
RewriteRule ^index\.php$ %2 [NE,L]
RewriteRule ^index\.php$ blog/index.php [E=SURI:1,L]
RewriteRule ^index\.xml$ blog/rss/index.php [E=SURI:1,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule !^(blog|cache)/ - [L]
RewriteRule ^(thumbnail)/([0-9]+/.+) cache/$1/$2 [E=SURI:1,L]
RewriteRule ^(entry|attachment|category|keylog|tag|search|plugin)/? blog/$1/index.php [E=SURI:1,L]
RewriteRule ^(.+)/[0-9]+$ blog/$1/item.php [E=SURI:1,L]
RewriteRule ^(.+)$ blog/$1/index.php [E=SURI:1,L]
댓글 전체

블로그 인덱스에 이렇게 넣주시면 됩니다.
<style> 윗쪽에 넣으시면 되요.
<script>
document.location.href = '/gnuboard/index.php';
</script>
<style> 윗쪽에 넣으시면 되요.
<script>
document.location.href = '/gnuboard/index.php';
</script>

시간을 두고 넘기고 싶으시다면
<meta http-equiv="refresh" content="대기시간; url=이동할주소">
meta라는 태그가 몇개 있는데 최상단에 넣으시면 됩니다.
<meta http-equiv="refresh" content="대기시간; url=이동할주소">
meta라는 태그가 몇개 있는데 최상단에 넣으시면 됩니다.
감사합니다.. ^^