각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
이온디
첨부파일 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 44 / 57 pages
번호 제목 제목 조회 수 날짜날짜
167 [텔넷] [MySQL] 검색 후 삭제하기 2887 2016/02/18
166 [하드웨어] ASUS N550JK노트북 메모리 추가장착 409 2016/02/24
165 [윈도우] 비밀글 속도빠른 VPN으로 불금을 즐겨보자 0 2016/03/14
164 [네트워크] 정부통합전산센터 아이피 462 2016/07/17
163 [리눅스서버] [Ubuntu + Nginx + PHP7] 502 error log 79 2017/03/07
162 [리눅스서버] [Nginx] www redirect (리다이렉트) 643 2017/03/13
161 [윈도우] 키보드 단축키로 제어판 소리 설정창 열기(실행 - 제어판 소리 설정) 4985 2017/03/15
160 [MySQL] 테이블명 교체하기 쿼리문 96 2017/03/15
159 [MySQL] MySQL 명령어 74 2017/03/15
158 [MySQL] Mysql 프리픽스 수정하기 92 2017/03/15
157 [리눅스서버] upstream 500 에러 105 2017/03/18
156 [리눅스서버] 아파치 재시작/아파치 리로드 149 2017/03/20

해시태그 디렉터리

오늘의 핫게시물