#19506256 모듈, 애드온, 위젯의 queries, schemas에 포함된 xml 파일 및 스킨에 대한 접근 제한 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8068 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2011-02-01 16:05:54 +00:00
parent 77c4e18b8d
commit 7763eb941a

View file

@ -2,6 +2,10 @@ RewriteEngine On
# reserve XE Layout Template Source File (*.html)
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]
# static files
RewriteCond %{SCRIPT_FILENAME} !-f