From ebe0f0556c560a51601fbd00c6bb23068c59d140 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 3 Mar 2018 22:25:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B2=84=20=ED=8F=90=EC=87=84?= =?UTF-8?q?=EC=8B=9C=20redirect=EB=A5=BC=20=EB=B6=88=EC=99=84=EC=A0=84?= =?UTF-8?q?=ED=95=9C=20html=20meta=ED=83=9C=EA=B7=B8=EA=B0=80=20=EC=95=84?= =?UTF-8?q?=EB=8B=8C=20.htaccess=EA=B3=BC=20php=20=EC=A1=B0=ED=95=A9(303)?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che/.htaccess | 12 ++++++++++++ che/index.html | 9 --------- che/maintenance.php | 4 ++++ 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 che/.htaccess delete mode 100644 che/index.html create mode 100644 che/maintenance.php diff --git a/che/.htaccess b/che/.htaccess new file mode 100644 index 0000000..7100f7b --- /dev/null +++ b/che/.htaccess @@ -0,0 +1,12 @@ +RewriteEngine on + +RewriteCond %{ENV:URI} ^$ +RewriteRule ^(.*)$ - [ENV=URI:$1] + +RewriteCond %{ENV:BASE} ^$ +RewriteCond %{ENV:URI}::%{REQUEST_URI} ^(.*)::(.*?)\1$ +RewriteRule ^ - [ENV=BASE:%2] + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^(.*)$ %{ENV:BASE}maintenance.php [R=303,L,QSA] + \ No newline at end of file diff --git a/che/index.html b/che/index.html deleted file mode 100644 index 3ff1c6d..0000000 --- a/che/index.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/che/maintenance.php b/che/maintenance.php new file mode 100644 index 0000000..fd77395 --- /dev/null +++ b/che/maintenance.php @@ -0,0 +1,4 @@ +