각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
이온디
첨부파일 https://imweb.eond.com/webtip/163751
<Files ~ "^.(htaccess|htpasswd)$">
deny from all
</Files>

RewriteEngine On

RewriteCond %{HTTP_HOST} ^(www.eond.com)(:80)? [NC]
RewriteRule ^(.*) http://eond.com/$1 [R=301,L]
order deny,allow

.htaccess 파일에 RewriteEngine On에서 위와 같이 수정하면 됩니다.

이전에는 index 파일에서


$host_name = $HTTP_HOST;
if($host_name == "www.eond.com") header("Location:http://eond.com");
   
이렇게 추가했었는데 XE의 인덱스 파일에서는 제대로 먹히질 않더군요. 그래서 .htaccess 파일을 수정해주었습니다.


현재 이온디의 .htaccess 파일은 다음과 같습니다.


RewriteEngine On


RewriteCond %{HTTP_HOST} ^(www.eond.com)(:80)? [NC]

RewriteRule ^(.*) http://eond.com/$1 [R=301,L]

order deny,allow


RewriteBase /

RewriteCond $1 !^(is)/

RewriteCond %{HTTP_HOST} ^is\.eond\.com [NC]

RewriteRule ^(.*)$ /is/$1 [L]


RewriteCond %{HTTP_HOST} ^(mynote.eond.com)(:80)? [NC]

RewriteRule ^(.*) http://me.eond.com/$1 [R=301,L]

order deny,allow


#RewriteCond $1 !^(mynote)/

#RewriteCond %{HTTP_HOST} ^mynote\.eond\.com [NC]

#RewriteRule ^(.mynote)?$ ./index.php?mid=mynote [L]


RewriteCond $1 !^(me)/

RewriteCond %{HTTP_HOST} ^me\.eond\.com [NC]

RewriteRule ^(.me)?$ ./index.php?mid=mynote [L]


#RewriteRule ^(.*)$ http://eond.com/mynote/$1 [L]



코멘트 1
접기/펴기 | 댓글 새로고침
  • 홍땍땍
    감사합니다.^^!
    오전 09:32
    댓글
 
 
Total 683 articles in 57 / 57 pages
번호 제목 제목 조회 수 날짜날짜
11 [GitHub] git branch 변경 94 2022/01/21
10 [GitHub] 다른 깃헙 가져오기 cli 106 2022/01/23
9 [웹 제작] 임시이미지 사이트 https://placeimg.com/ 66 2022/11/27
8 [웹 제작] website to learn 파일 44 2022/12/27
7 [사이트관리] 사이트맵 FAQ 50 2023/01/31
6 [윈도우] 갑자기 윈도우10 알트탭(alt + tab)이 정상 사용 안될 때 확인 및 처리 방법? : 네이버 포스트 (naver.com) 124 2023/03/17
5 [웹 제작] 홈페이지를 만드는 방법에는 어떤 게 있나요? 93 2023/04/06
4 [기타] WidgetBot - 디스코드 채팅 방을 블로그에 달자! 파일 106 2023/05/04
3 [메신저] 카카오톡 알림톡 개발하기 #1 109 2023/08/01
2 카카오지도 가려지는 문제 59 2024/02/01
1 [아임웹] 아임웹 - 모바일 메뉴 하단에 SNS 아이콘 추가하는 코드 224 2024/03/15

해시태그 디렉터리

지금 이순간

오늘의 핫게시물