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]
등록된 댓글이 없습니다.