From e0dbb6963715aab84c1a43e9abefb7b3989dc7e5 Mon Sep 17 00:00:00 2001 From: sharvey Date: Sun, 21 Nov 2010 23:37:02 +0000 Subject: [PATCH] MINOR Installer now writes "SetEnv HTTP_MOD_REWRITE On" in .htaccess to be consistent with the original .htaccess file that comes with the phpinstaller project git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@113984 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index fbd0a6e..7b7b1c7 100644 --- a/install.php +++ b/install.php @@ -1160,6 +1160,7 @@ ErrorDocument 500 /assets/error-500.html + SetEnv HTTP_MOD_REWRITE On RewriteEngine On $baseClause RewriteCond %{REQUEST_URI} ^(.*)$