diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,11 @@ <IfModule mod_rewrite.c> Options -MultiViews - SetEnv HTTP_MOD_REWRITE On + + <IfModule mod_env.c> + SetEnv HTTP_MOD_REWRITE On + </IfModule> + # Uncomment this line depending of your Apache configuration # RewriteBase / |