From fc8c62500c09b42dba8293bf55efe5fcd53b6e83 Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 14 Jun 2016 17:51:50 +0900 Subject: [PATCH] =?UTF-8?q?common=20=ED=8F=B4=EB=8D=94=EC=9D=98=20.html=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EC=97=90=20=EB=8C=80=ED=95=9C=20=EC=A0=91?= =?UTF-8?q?=EA=B7=BC=20=EC=A0=9C=ED=95=9C=EC=9D=84=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index e5ce1bc18..31276ebc4 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On # reserve Rhymix Layout Template Source File (*.html) -RewriteRule ^(layouts|m.layouts)/(.+)\.html$ - [L,F] +RewriteRule ^(common|layouts|m.layouts)/(.+)\.html$ - [L,F] # reserve Rhymix Template Source Files (*.html) RewriteCond %{REQUEST_URI} !/modules/editor/ RewriteRule /(skins|m.skins)/(.+)\.html$ - [L,F]