18 lines
613 B
ApacheConf
18 lines
613 B
ApacheConf
|
|
# Generated file from class.acl.php
|
||
|
|
SetEnv OPENXE_HTACCESS on
|
||
|
|
|
||
|
|
# Disable directory browsing
|
||
|
|
Options -Indexes
|
||
|
|
|
||
|
|
Order deny,allow
|
||
|
|
Allow from all
|
||
|
|
|
||
|
|
<Files *.php>
|
||
|
|
Order Allow,Deny
|
||
|
|
Deny from all
|
||
|
|
</Files>
|
||
|
|
|
||
|
|
<Files index.php>
|
||
|
|
Order Allow,Deny
|
||
|
|
Allow from all
|
||
|
|
</Files>
|