mirror of
https://github.com/Yannick7777/codeigniter-setup-script.git
synced 2025-06-25 21:55:33 +02:00
6 lines
118 B
ApacheConf
6 lines
118 B
ApacheConf
<IfModule authz_core_module>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !authz_core_module>
|
|
Deny from all
|
|
</IfModule>
|