mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#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:
parent
77c4e18b8d
commit
7763eb941a
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue