# Generated file from class.acl.php # For detection of htaccess functionality SetEnv OPENXE_HTACCESS on # Disable directory browsing Options -Indexes # Set default page to index.php DirectoryIndex "index.php" # Deny general access Order deny,allow Order Allow,Deny Deny from all # Allow index.php Order Allow,Deny Allow from all # end