1
0
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:
Cameron
2015-04-01 02:09:25 -07:00
parent 7c602253be
commit 872678aecd
3 changed files with 27 additions and 12 deletions

View File

@@ -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