mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-13 06:54:07 +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>
|