웹마스터 팁
XE를 다른디렉토리에 설치후 리다이렉트하기
2020.04.24 23:45
방법1
<meta http-equiv="refresh" content="0;url=http://도메인/xe/">
방법2
<?
include("xe/index.php");
?>
특정상 사유로 인해 xe를 메인디렉토리 루트에 설치를 안했을때 xe폴더로 리다이렉트 시키는방법입니다.
2020.04.24 23:45
방법1
<meta http-equiv="refresh" content="0;url=http://도메인/xe/">
방법2
<?
include("xe/index.php");
?>
특정상 사유로 인해 xe를 메인디렉토리 루트에 설치를 안했을때 xe폴더로 리다이렉트 시키는방법입니다.