Files
CoreGrade/www/application/.htaccess
T
2020-01-11 09:50:39 -05:00

6 lines
123 B
ApacheConf

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>