고정주소(URL)로 표시하기 index.html 파일 만들기
<?php $LastModified = gmdate(“D d M Y H:i:s”, filemtime($_SERVER[‘SCRIPT_FILENAME’])); header(“Last-Modified: $LastModified GMT”); header(“ETag: $LastModified”); session_cache_limiter(‘private, must-revalidate’); ?> <?php //if(!empty($_SERVER[“HTTP_REFERER”])){ echo <<<END <script type=”text/javascript”> //리페어체크 var…