mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Remove unnecessary exception from .htaccess
오래된 매뉴얼은 삭제되었으므로 .htaccess에서 예외를 삭제함.
This commit is contained in:
parent
a5e779866b
commit
56f20e84c0
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ RewriteEngine On
|
|||
|
||||
# block direct access to templates, XML schema files, config files, dotfiles, environment, etc.
|
||||
RewriteCond %{REQUEST_URI} !/modules/editor/(skins|styles)/
|
||||
RewriteCond %{REQUEST_URI} !/common/manual/
|
||||
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/(env|member_extra_info/(new_message_flags|point))/ - [L,F]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue