Skip to content

Commit

Permalink
MINOR Installer now writes "SetEnv HTTP_MOD_REWRITE On" in .htaccess …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
sharvey authored and Sam Minnee committed Feb 2, 2011
1 parent 6c3e5ca commit e0dbb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.php
Expand Up @@ -1160,6 +1160,7 @@ function createHtaccess() {
</IfModule>
<IfModule mod_rewrite.c>
SetEnv HTTP_MOD_REWRITE On
RewriteEngine On
$baseClause
RewriteCond %{REQUEST_URI} ^(.*)$
Expand Down

0 comments on commit e0dbb69

Please sign in to comment.