댓글 검색 목록

[php] .htaccess화일을 이용한 301 Redirect

페이지 정보

작성자 운영자 작성일 15-05-18 22:00 조회 2,176 댓글 0

301 Redirect www to non-www:

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.365ok.co.kr.com$ [NC]

RewriteRule ^(.*)$ http://365ok.co.kr/$1 [L,R=301]

301 Redirect Non www to www:

RewriteEngine on

RewriteCond %{HTTP_HOST} ^365ok.co.kr [NC]

RewriteRule ^(.*)$ http://www.365ok.co.kr/$1 [R=301,L] 

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.