.htaccess added HTTP prefix for SetEnv

This commit is contained in:
OpenXE 2024-06-01 13:42:42 +02:00
parent 2058187866
commit f2463756e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Generated file from class.acl.php # Generated file from class.acl.php
# For detection of htaccess functionality # For detection of htaccess functionality
SetEnv OPENXE_HTACCESS on SetEnv HTTP_OPENXE_HTACCESS on
# Disable directory browsing # Disable directory browsing
Options -Indexes Options -Indexes
# Set default page to index.php # Set default page to index.php

View File

@ -1228,7 +1228,7 @@ class Acl
$nominal = array(' $nominal = array('
# Generated file from class.acl.php # Generated file from class.acl.php
# For detection of htaccess functionality # For detection of htaccess functionality
SetEnv OPENXE_HTACCESS on SetEnv HTTP_OPENXE_HTACCESS on
# Disable directory browsing # Disable directory browsing
Options -Indexes Options -Indexes
# Set default page to index.php # Set default page to index.php