mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Prevent direct access to cache files under files/member_extra_info
This commit is contained in:
parent
beb67dc5c5
commit
4d03f70d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ RewriteCond %{REQUEST_URI} !/modules/editor/(skins|styles)/
|
||||||
RewriteCond %{REQUEST_URI} !/common/manual/
|
RewriteCond %{REQUEST_URI} !/common/manual/
|
||||||
RewriteRule ^(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugins|themes|widgets|widgetstyles)/.+\.(html|xml)$ - [L,F]
|
RewriteRule ^(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugins|themes|widgets|widgetstyles)/.+\.(html|xml)$ - [L,F]
|
||||||
RewriteRule ^files/(attach|config|cache/store)/.+\.php$ - [L,F]
|
RewriteRule ^files/(attach|config|cache/store)/.+\.php$ - [L,F]
|
||||||
RewriteRule ^files/env/ - [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]
|
RewriteRule ^(\.git|\.ht|\.travis|codeception\.|composer\.|Gruntfile\.js|package\.json|CONTRIBUTING|COPYRIGHT|LICENSE|README) - [L,F]
|
||||||
|
|
||||||
# static files
|
# static files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue