Removed DirectorySlash update from installer's default htaccess as it breaks some installation targets

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@67085 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2008-12-01 22:18:31 +00:00 committed by Sam Minnee
parent 492be9705f
commit 80e2ff20b8
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,4 @@
### SILVERSTRIPE START ###
<IfModule mod_dir.c>
DirectorySlash Off
</IfModule>
<Files *.ss>
Order deny,allow
Deny from all

View File

@ -884,10 +884,6 @@ PHP
else $baseClause = "";
$rewrite = <<<TEXT
<IfModule mod_dir.c>
DirectorySlash Off
</IfModule>
<Files *.ss>
Order deny,allow
Deny from all