.htaccess 파일의 Rewrite Module을 이용해서 도메인 주소 변경
페이지 정보
작성자 GIT 작성일15-12-02 00:53 조회7,483회 댓글0건본문
■ index.html 위치에 .htaccess 파일 생성하고 아내 내용을 적어준다.
# Rewrite Module
RewriteEngine On
# 예: www.yjn.kr ==> www.g-it.kr 로 변경
RewriteCond %{HTTP_HOST} ^(www\.yjn\.kr)(:80)? [NC]
RewriteRule ^(.*) http://www.g-it.kr/$1 [R=301,L]
댓글목록
등록된 댓글이 없습니다.