codeigniter
application
assets
system
core
database
fonts
helpers
language
libraries
.htaccess
index.html
.editorconfig
.gitignore
composer.json
index.php
license.txt
readme.rst
.gitignore
README.md
6 lines
117 B
ApacheConf
6 lines
117 B
ApacheConf
|
<IfModule authz_core_module>
|
||
|
Require all denied
|
||
|
</IfModule>
|
||
|
<IfModule !authz_core_module>
|
||
|
Deny from all
|
||
|
</IfModule>
|