서버 폐쇄시 redirect를 불완전한 html meta태그가 아닌 .htaccess과 php 조합(303)으로 변경

This commit is contained in:
2018-03-03 22:25:56 +09:00
parent d2d2e8e007
commit ebe0f0556c
3 changed files with 16 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
header('Expires: Sat, 26 Jul 1997 05:00:00 GMT');
header('Location:..', true, 303);