MINOR Removed whitespace in writing of htaccess file for output

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@101344 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-03-18 22:36:13 +00:00 committed by Sam Minnee
parent 682a141d7c
commit 3da85b7bcc

View File

@ -1057,7 +1057,6 @@ HTML;
<IfModule mod_rewrite.c>
RewriteEngine On
$baseClause
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]