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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@92231 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
ischommer 2009-11-19 19:34:02 +00:00
parent 37b79fc8a1
commit 5bb0d9b138
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

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