From: Edward Z. Yang Date: Wed, 6 May 2009 19:41:05 +0000 (-0400) Subject: Remove directory index; it disrupts PHP software. X-Git-Url: https://repo.or.cz/w/xhtml-compiler.git/commitdiff_plain/77e7315952122f22b008b96aae0dee1e7d275a77 Remove directory index; it disrupts PHP software. Signed-off-by: Edward Z. Yang --- 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') . '/';