서버 폐쇄시 redirect를 불완전한 html meta태그가 아닌 .htaccess과 php 조합(303)으로 변경
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user