mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
11 lines
386 B
ApacheConf
11 lines
386 B
ApacheConf
|
# Generated file from class.acl.php
|
||
|
# Disable directory browsing
|
||
|
Options -Indexes
|
||
|
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
|
||
|
<Files "index.php">
|
||
|
Order Allow,Deny
|
||
|
Allow from all
|
||
|
</Files>
|