From 008267b2991654247699b9c078d5b7b091ff87ea Mon Sep 17 00:00:00 2001 From: sharvey Date: Thu, 18 Mar 2010 23:02:28 +0000 Subject: [PATCH] BUGFIX #3826 Removed initial .htaccess contents to make installation of SS easier - the installer doesn't need any rewriting available initially git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@101354 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.htaccess b/.htaccess index 5cbd1e8..e69de29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,19 +0,0 @@ -### SILVERSTRIPE START ### - - Order deny,allow - Deny from all - Allow from 127.0.0.1 - - - - Order deny,allow - Deny from all - - - - RewriteEngine On - RewriteCond %{REQUEST_URI} ^(.*)$ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] - -### SILVERSTRIPE END ###