FIX: config/config
This commit is contained in:
25
buildfiles/var/www/html/config/.htaccess
Normal file
25
buildfiles/var/www/html/config/.htaccess
Normal file
@ -0,0 +1,25 @@
|
||||
# Section for Apache 2.4 to 2.6
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule mod_access_compat.c>
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
Satisfy All
|
||||
</IfModule>
|
||||
|
||||
# Section for Apache 2.2
|
||||
<IfModule !mod_authz_core.c>
|
||||
<IfModule !mod_access_compat.c>
|
||||
<IfModule mod_authz_host.c>
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
Satisfy All
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
||||
# Section for Apache 2.2 to 2.6
|
||||
<IfModule mod_autoindex.c>
|
||||
IndexIgnore *
|
||||
</IfModule>
|
0
buildfiles/var/www/html/config/CAN_INSTALL
Normal file
0
buildfiles/var/www/html/config/CAN_INSTALL
Normal file
2168
buildfiles/var/www/html/config/config.sample.php
Normal file
2168
buildfiles/var/www/html/config/config.sample.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user