From 77e7315952122f22b008b96aae0dee1e7d275a77 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 6 May 2009 15:41:05 -0400 Subject: [PATCH] Remove directory index; it disrupts PHP software. Signed-off-by: Edward Z. Yang --- htaccess.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htaccess.php b/htaccess.php index 6d07c40..899d85c 100644 --- a/htaccess.php +++ b/htaccess.php @@ -79,7 +79,6 @@ if (file_exists('.htaccess')) { // build the new htaccess $n = array(); $n[] = $identifier_begin; -$n[] = 'DirectoryIndex index.html'; $n[] = 'Options -Multiviews'; $n[] = 'RewriteEngine on'; $n[] = 'RewriteBase ' . $xc->getConf('web_path') . '/'; -- 2.11.4.GIT