감사합니다.^^!
현재 이온디의 .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]
제목 | 날짜 | ||
---|---|---|---|
83 | [GitHub] 카페24에서 github 다운로드 받는 방법 | 773 | 2018/08/02 |
82 | [Nginx] 특정 디렉토리 php 실행하기 | 14748 | 2018/08/26 |
81 | [MySQL] phpmyadmin, adminer 접속 불가능.. | 93 | 2018/12/03 |
80 | [Apm] autoset 500 Internal Server Error | 357 | 2018/12/04 |
79 | [Apm] 오토셋에서 mysql 명령어 입력하기 | 212 | 2018/12/10 |
78 | [Nginx] NGINX PHP 파일 업로드 용량 | 230 | 2018/12/16 |
77 | [엑셀] 엑셀함수에서 1씩증가하여 인쇄하는법 | 3545 | 2019/02/03 |
76 | [엑셀] 인쇄시 셀값 자동 증가하면서 인쇄하는 방법 | 2688 | 2019/02/03 |
75 | [엑셀] 무료 Excel 용 Kutools(Kutools for Excel) 대체 프로그램 8개 | 680 | 2019/02/03 |
74 | [엑셀] 무료 Excel 용 Kutools(Kutools for Excel) 대체 프로그램 8개 | 998 | 2019/02/03 |
73 | [엑셀] [엑셀]티켓 출력하기(일련번호 출력)-1 | 812 | 2019/02/03 |
72 | [엑셀] 엑셀 특정 필드 숫자 증가 인쇄/인쇄미리보기 | 521 | 2019/02/03 |