r8068에서 추가된 스킨 파일에 대한 처리를 제거(주석처리)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8109 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2011-02-17 08:22:43 +00:00
parent 45f3e24372
commit 76f38abc62

View file

@ -5,7 +5,7 @@ RewriteRule ^(layouts|m.layouts)/(.+)/(.+)\.html$ ./index.php [L]
# conf, query, schema
RewriteRule ^(modules|addons|widgets)/(.+)/(conf|queries|schemas)/(.+)\.xml$ ./index.php [L]
# skin
RewriteRule ^modules/(.+)/skins/(.+)/(.+)\.html$ ./index.php [L]
#RewriteRule ^modules/(.+)/skins/(.+)/(.+)\.html$ ./index.php [L]
# static files
RewriteCond %{SCRIPT_FILENAME} !-f