mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
common 폴더의 .html 파일에 대한 접근 제한을 추가로 적용
This commit is contained in:
parent
e03d270145
commit
fc8c62500c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
RewriteEngine On
|
||||
|
||||
# reserve Rhymix Layout Template Source File (*.html)
|
||||
RewriteRule ^(layouts|m.layouts)/(.+)\.html$ - [L,F]
|
||||
RewriteRule ^(common|layouts|m.layouts)/(.+)\.html$ - [L,F]
|
||||
# reserve Rhymix Template Source Files (*.html)
|
||||
RewriteCond %{REQUEST_URI} !/modules/editor/
|
||||
RewriteRule /(skins|m.skins)/(.+)\.html$ - [L,F]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue