[-] CORE : SetEnv not available on all config // @todo curl request on dummy .htacces

This commit is contained in:
gRoussac
2013-10-25 15:21:40 +02:00
parent 759fe2f671
commit a03efe152c
-3
View File
@@ -1694,9 +1694,6 @@ class ToolsCore
// RewriteEngine
fwrite($write_fd, "<IfModule mod_rewrite.c>\n");
// Ensure HTTP_MOD_REWRITE variable is set in environment
fwrite($write_fd, "SetEnv HTTP_MOD_REWRITE On\n");
// Disable multiviews ?
if ($disable_multiviews)
fwrite($write_fd, "\n# Disable Multiviews\nOptions -Multiviews\n\n");