Initial commit - Typo3 11.5.41
This commit is contained in:
10
typo3conf/ext/news/Resources/Private/.htaccess
Normal file
10
typo3conf/ext/news/Resources/Private/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
# Apache < 2.3
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
# Apache >= 2.3
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user