MEMO
.htaccess www 제거 적용

RewriteEngine On

 

RewriteBase /

 

RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]

 

RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

이 게시물을

댓글'1'

xe/index.php 파일을 열어..

define('__ZBXE__', true); 다음행에 아래코드를 추가해 주시면됩니다.

 

1
2
3
4
preg_match('@^(www\.)(.*)@',$_SERVER['HTTP_HOST'],$www_url);
if($www_url[1]) {
@header('Location: http://' .$www_url[2] .$_SERVER['REQUEST_URI']);
}

이 댓글을

공유하기

SEARCH

MENU NAVIGATION