mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-09-14 03:14:03 +00:00
8 lines
134 B
ApacheConf
8 lines
134 B
ApacheConf
<IfModule !mod_authz_core.c>
|
|
Order deny,allow
|
|
Deny from all
|
|
</IfModule>
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|