mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Issue #937 Allow for e_MOD_REWRITE in e107_config.php on servers which don't have the mod_env module. (needed for .htaccess detection to function.)
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
|
||||
SetEnv HTTP_MOD_REWRITE On
|
||||
<IfModule mod_env.c>
|
||||
SetEnv HTTP_MOD_REWRITE On
|
||||
</IfModule>
|
||||
|
||||
### enable rewrites
|
||||
Options +FollowSymLinks
|
||||
|
Reference in New Issue
Block a user