2022-12-08 12:15:24 +01:00
|
|
|
# Generated file from class.acl.php
|
|
|
|
|
# Disable directory browsing
|
|
|
|
|
Options -Indexes
|
|
|
|
|
# Deny access to all *.php
|
|
|
|
|
Order deny,allow
|
|
|
|
|
Allow from all
|
|
|
|
|
<Files *.php>
|
|
|
|
|
Order Allow,Deny
|
|
|
|
|
Deny from all
|
|
|
|
|
</Files>
|
|
|
|
|
# Allow access to index.php
|
|
|
|
|
<Files index.php>
|
|
|
|
|
Order Allow,Deny
|
|
|
|
|
Allow from all
|
|
|
|
|
</Files>
|