First commit
This commit is contained in:
7
cms/2author/content/.htaccess
Normal file
7
cms/2author/content/.htaccess
Normal file
@ -0,0 +1,7 @@
|
||||
<IfModule authz_core_module>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !authz_core_module>
|
||||
order deny,allow
|
||||
deny from all
|
||||
</IfModule>
|
Reference in New Issue
Block a user