http_host 폴더경로 채택완료
굿어스
8년 전
조회 5,595
$indicesServer = array(
'HTTP_HOST' // 현재 도메인
) ;
define('WP_HOME',$_SERVER[$arg]);
define('WP_SITEURL',$_SERVER[$arg]);
워드프레스 경로를 이렇게 해줬을경우에는
http://domain.com/" style="color: rgb(0, 0, 0);">http://domain.com 으로 잘되는데
아래와 같이 /en 폴더라면 어떻게 해줘야되나요
http://domain.com/en" style="color: rgb(0, 0, 0);">http://domain.com/en
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인