mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
.htaccess added HTTP prefix for SetEnv
This commit is contained in:
parent
2058187866
commit
f2463756e5
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user