From 47d4ddf4139994e6bf3078bdce70f1da559748c1 Mon Sep 17 00:00:00 2001 From: khongchi Date: Tue, 8 Mar 2011 00:58:31 +0000 Subject: [PATCH] =?UTF-8?q?#19605418=20domain/mid/document=5Fsrl=EB=A1=9C?= =?UTF-8?q?=20=EC=A0=91=EC=86=8D=EC=8B=9C=20=EC=9C=84=EC=A0=AF=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20css=EB=A5=BC=20=EB=B6=88=EB=9F=AC=EC=98=A4?= =?UTF-8?q?=EC=A7=80=20=EB=AA=BB=ED=95=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= 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@8142 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index c9f85498d..747246c69 100644 --- a/.htaccess +++ b/.htaccess @@ -9,7 +9,7 @@ RewriteRule ^(modules|addons|widgets)/(.+)/(conf|queries|schemas)/(.+)\.xml$ ./i RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^(.+)/files/(member_extra_info|attach|cache|faceOff)/(.*) ./files/$2/$3 [L] RewriteCond %{SCRIPT_FILENAME} !-f -RewriteRule ^(.+)/(files|modules|common|widgets|widgetStyle|layouts|m.layouts|addons)/(.*) ./$2/$3 [L] +RewriteRule ^(.+)/(files|modules|common|widgets|widgetstyles|layouts|m.layouts|addons)/(.*) ./$2/$3 [L] # rss , blogAPI RewriteRule ^(rss|atom)$ ./index.php?module=rss&act=$1 [L]