From 0074be8942824219fe0a84695e1440e4446a4e52 Mon Sep 17 00:00:00 2001 From: ischommer Date: Thu, 19 Nov 2009 20:32:55 +0000 Subject: [PATCH] Removed DirectorySlash update from installer's default htaccess as it breaks some installation targets (from r67085) (from r92231) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@92272 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 4 ---- install.php | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.htaccess b/.htaccess index a980233..4295431 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,4 @@ ### SILVERSTRIPE START ### - -DirectorySlash Off - - Order deny,allow Deny from all diff --git a/install.php b/install.php index ae054ac..7790006 100644 --- a/install.php +++ b/install.php @@ -871,10 +871,6 @@ PHP else $baseClause = ""; $rewrite = << -DirectorySlash Off - - Order deny,allow Deny from all