From 7610bf973adeb97667751d55ee155a6fb64a115f Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 18 Dec 2009 04:53:02 +0000 Subject: [PATCH] =?UTF-8?q?#18552591=20=EC=9D=BC=EB=B6=80=20=EC=98=A4?= =?UTF-8?q?=EB=9E=98=EB=90=9C=20Apache=20=EC=84=9C=EB=B2=84=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=88=98=EC=A0=95=EB=90=9C=20.htaccess=EA=B0=80=20?= =?UTF-8?q?Internal=20Server=20Error=EB=A5=BC=20=EB=B0=9C=EC=83=9D?= =?UTF-8?q?=EC=8B=9C=ED=82=A4=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7052 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 4646c52f2..287a69f64 100644 --- a/.htaccess +++ b/.htaccess @@ -4,8 +4,8 @@ RewriteEngine On RewriteRule ^layouts/(.+)/(.+)\.html$ ./index.php [L] # static files -RewriteRule ^(?:.+)/files/(member_extra_info|attach|cache|faceOff)/(.*) ./files/$1/$2 [L] -RewriteRule ^(?:\w+)(?:/\w+(?:/entry)?)?/(files|modules|common|widgets|widgetStyle|layouts|addons)/(.*) ./$1/$2 [L] +RewriteRule ^(.+)/files/(member_extra_info|attach|cache|faceOff)/(.*) ./files/$2/$3 [L] +RewriteRule ^(\w+)(/\w+(/entry)?)?/(files|modules|common|widgets|widgetStyle|layouts|addons)/(.*) ./$4/$5 [L] # rss , blogAPI RewriteRule ^(rss|atom)$ ./index.php?module=rss&act=$1 [L]