각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
이온디
첨부파일 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 54 / 57 pages
번호 제목 제목 조회 수 날짜날짜
47 [생활] 휴대폰 보험청구하기 99 2020/01/20
46 [뉴스] 차단된 웹사이트는 이 방법으로 접속해주세요 파일 9860 2020/01/29
45 [윈도우] [윈도우10] 가상데스크탑 활용하기(단축키) 파일 71 2020/02/01
44 [하드웨어] dell xps 15 9570 팬소음 문제 563 2020/02/09
43 [윈도우서버] 오토셋 아파치 에러로그 확인하기 350 2020/02/14
42 [윈도우서버] [autoset] Autoset (오토셋) - MySQL「서버를 시작하지 못했습니다」에러 해결 (= Autoset, DB접속에러, 서버실행오류,Warning: mysqli_connect(): in ..Error, Connect Error:) 833 2020/02/15
41 [MySQL] How to change a MySQL database’s table prefix 59 2020/02/18
40 [MySQL] mysql 접두어 변경하기 1346 2020/02/18
39 [유틸리티] 중복파일 제거 Duplicate Cleaner 268 2020/03/06
38 [PHP] phpmyadmin 서버 에러가 감지되었습니다. 파일 [1] 372 2020/04/06
37 [리눅스서버] 리눅스 폴더 찾기 71 2020/04/13
36 [윈도우서버] xampp 설치 1417 2020/04/14

해시태그 디렉터리

오늘의 핫게시물