CodeIgniter4/app/.htaccess

7 lines
118 B
ApacheConf
Raw Permalink Normal View History

2015-08-26 23:16:28 -05:00
<IfModule authz_core_module>
Require all denied
2015-08-26 23:16:28 -05:00
</IfModule>
<IfModule !authz_core_module>
Deny from all
2016-03-18 22:04:59 -05:00
</IfModule>