mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Stop allowing access to .php files under files/cache/
files/cache/document_category/<module_srl>.xml.php 파일에 직접 접근할 필요가 없게 되었으므로, files/cache/ 폴더 전체의 .php 파일 접근을 금지해도 무방함.
This commit is contained in:
parent
34f05b08de
commit
3ea1567fda
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ RewriteEngine On
|
|||
# block direct access to templates, XML schema files, config files, dotfiles, environment, etc.
|
||||
RewriteCond %{REQUEST_URI} !/modules/editor/(skins|styles)/
|
||||
RewriteRule ^(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugins|themes|widgets|widgetstyles)/.+\.(html|xml)$ - [L,F]
|
||||
RewriteRule ^files/(attach|config|cache/store)/.+\.(ph(p|t|ar)?[0-9]?|p?html?|cgi|pl|exe|[aj]spx?|inc|bak)$ - [L,F]
|
||||
RewriteRule ^files/(attach|config|cache)/.+\.(ph(p|t|ar)?[0-9]?|p?html?|cgi|pl|exe|[aj]spx?|inc|bak)$ - [L,F]
|
||||
RewriteRule ^files/(env|member_extra_info/(new_message_flags|point))/ - [L,F]
|
||||
RewriteRule ^(\.git|\.ht|\.travis|codeception\.|composer\.|Gruntfile\.js|package\.json|CONTRIBUTING|COPYRIGHT|LICENSE|README) - [L,F]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue