감사합니다.^^!
현재 이온디의 .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]
제목 | 날짜 | ||
---|---|---|---|
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 |